-
Notifications
You must be signed in to change notification settings - Fork 177
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
How can I get FFPLAY to build? #90
Comments
Also wanted to mention that adding "--enable-ffplay" as mentioned here does not cause ffplay to be built for me. However, when I go into the "sources" directory and do make clean, ./configure, make. It creates ffmpeg, ffprobe, and ffplay, but they aren't for android, they are for linux. I can't figure out how to get them to build for android that way. |
Does this mean I have to enable sdl2 in the build script or ? |
When you simply do I personally successfully used |
That makes sense. Thank you!! And thanks so much again for this phenomenally useful script!!! |
I think so, yes. The SDL2 has to be accessible (and assessible) by FFmpeg's configure script during its execution. You can either manually build it from sources like the rest of libraries here, or somehow provide the prebuilt version of it to the build. By the way, currently ffmpeg-android-maker builds everything from sources. Providing something in a prebuilt form is a good thing to think about. Thanks. |
Thank you very much for this amazing script. I need a bit of help. I have looked at the build.sh script in the ffmpeg folder and it does NOT contain --disabled-ffplay, yet ffplay is not being built. What do I need to do to get it to build? FFMPEG and FFPROBE are building just fine. Thanks!
The text was updated successfully, but these errors were encountered: