-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Trying to compile with FFMPEG support fails #5717
Comments
Can you try the latest git master? What ffmpeg version are you building with? |
I'm definitely on the latest git master. As for the ffmpeg version, I'm using the snapshot build, which I assumed to be the latest. |
When you said you were pulling from the |
Seems that is indeed the case.
Would you be willing to bisect ffmpeg to find out when this started? Otherwise you can work around this by using the latest ffmpeg-3.4 stable or by using --disable-ffmpeg when building RetroArch. |
I submitted a PR that should hopefully help. |
confirmed this is working now 👍 |
I'm trying to build RetroArch from source to add FFMPEG support based on Mark Mruss' how-to. It compiles most of the way, but eventually bombs out when trying to compile
record/drivers/record_ffmpeg.c
with the following error:FWIW, I'm pulling from the
1.6.7
tag.The text was updated successfully, but these errors were encountered: