Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling nw0.12.2 ffmpeg_branding ChromeOS Fails, while successful build nw.js v0.13.0-beta4 does not play anything #4278

Closed
upvishalup opened this issue Jan 19, 2016 · 3 comments
Labels

Comments

@upvishalup
Copy link

Changing ffmpeg_branding to ChromeOS while building node-webkit on Windows,

['chromeos == 1', { 'ffmpeg_branding%': '<(branding)OS', }, { # otherwise, assume Chrome/Chromium. 'ffmpeg_branding%': 'Chrome', }]

getting error as
yasm: FATAL: unable to open include file 'config.asm' ninja: build stopped: subcommand failed

Where I am going wrong? Like to have support for media format like avi
Take refernce from here too, but no luck.(#1461)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@upvishalup
Copy link
Author

Detailed error after deleting out folder and recompiling it as debug ninja -C out/Debug nw

incompatible types - from 'char [260]' to 'LPWSTR' [3842/15087] RULE Compile assembly libavcodec\x86\h263_loopfilter.asm FAILED: D:\Workspace\depot_tools\python276_bin\python.exe gyp-win-tool action-wrapper environment.x86 ffmpeg_y asm_target_assemble_09ab246a61f84f7fef6ac74dbf1e639a.af21f50d7fe926468ba117f54a353963.rsp ..\..\third_party\ff mpeg yasm: FATAL: unable to open include file 'config.asm' [3842/15087] RULE Compile assembly libavcodec\x86\idctdsp.asm FAILED: D:\Workspace\depot_tools\python276_bin\python.exe gyp-win-tool action-wrapper environment.x86 ffmpeg_y asm_target_assemble_09ab246a61f84f7fef6ac74dbf1e639a.79ee700921775c045c2f10fec62a61d1.rsp ..\..\third_party\ff mpeg yasm: FATAL: unable to open include file 'config.asm' [3842/15087] RULE Compile assembly libavcodec\x86\pixblockdsp.asm FAILED: D:\Workspace\depot_tools\python276_bin\python.exe gyp-win-tool action-wrapper environment.x86 ffmpeg_y asm_target_assemble_09ab246a61f84f7fef6ac74dbf1e639a.ba38b0813f9f52e4fd14e90303bd0a74.rsp ..\..\third_party\ff mpeg yasm: FATAL: unable to open include file 'config.asm' [3842/15087] RULE Compile assembly libavcodec\x86\me_cmp.asm FAILED: D:\Workspace\depot_tools\python276_bin\python.exe gyp-win-tool action-wrapper environment.x86 ffmpeg_y asm_target_assemble_09ab246a61f84f7fef6ac74dbf1e639a.284cd41d40aea3f56ebc2f880c951615.rsp ..\..\third_party\ff mpeg yasm: FATAL: unable to open include file 'config.asm' [3842/15087] RULE Compile assembly source\libvpx\vp9\encoder\x86\vp9_sad4d_sse2.asm ninja: build stopped: subcommand failed.

@upvishalup
Copy link
Author

Built nw.js v0.13.0-beta4:

nw.js v0.13.0-beta4
Node v5.4.1
Chromium 48.0.2564.82
commit hash: 586a48e-57c32a3-828b3d9-42be98d

I build this ffmpeg_branding as ChromeOS, still no luck. Not able to play any file here.

nw.0.12.2 ffmpeg_branding with ChromeOS is broken.

@upvishalup upvishalup changed the title Compiling nw0.12.2 to support media format supported by ChromeOS Compiling nw0.12.2 ffmpeg_branding ChromeOS Fails, while successful build nw.js v0.13.0-beta4 does not play anything Jan 21, 2016
@stale
Copy link

stale bot commented Nov 6, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 6, 2017
@stale stale bot closed this as completed Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant