[ffmpeg] libavresample is deprecated #1120
Closed
Comments
Guess I'll need to fix https://mgba.io/b/123 then. |
Thanks, but there seems to be a problem, cmake now fails to configure.
|
Something like this seems to work?
|
Yup, I just need to commit the patch, which I'm probably not going to do tonight because it's late and I need to sleep. |
No worries, it can wait till tomorrow. :) |
Should be all set now. |
endrift
added a commit
that referenced
this issue
Jul 10, 2018
Yep, seems good here. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure this is something you want to fix, but I figure its worth pointing out.
Basically when I try to build mgba cmake tells me ffmpeg support is disabled because I'm missing
libavresample
.However this is because ffmpeg has disabled this module by default upstream,
./configure --help
in ffmpeg shows this.So far mgba is the only program I use that has failed because
libavresample
is missing.The text was updated successfully, but these errors were encountered: