-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Adding support for FFmpeg in UWP. #1310
Conversation
Adding support to download gas-preprocessor as an acquire_program. Update all packages for msys2 Download perl and gcc for ARM assembly in ffmpeg.
@khouzam, |
Any hope for a working static build for the windows platform? 😄 (portability) |
I might have some time to take a look at that |
That would be really appreciated!!! 😄 I just built an app with ffmpeg static and was surprised it didn't run, until I realized it still needed access to the "static ffmpeg dlls" ;) |
Thanks for the PR, @khouzam! I pushed a few changes to your branch (bump the version number and hopefully fix the For some reason, my
Any ideas? |
Can you share the config.log in the ffmpeg arm build? |
I've reproed the issue, the system is not installing gcc & perl for MSYS properly. Reverting these lines in the ffmpeg portfile makes it run again:
|
Ok I fixed the issue. Switching from double quotes to single quotes makes bash happy again. |
Thanks a ton @khouzam :) |
This enables ffmpeg to be compiled as a UWP as well as a desktop app.
Adding support to download gas-preprocessor as an acquire_program.
Update all packages when installing msys2
Download perl and gcc for ARM assembly in ffmpeg through msys (for gas-preprocessor.pl).