-
-
Notifications
You must be signed in to change notification settings - Fork 915
Closed
Description
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.
-- Checking for one of the modules 'libedit'
-- Checking for one of the modules 'libavcodec'
-- Checking for one of the modules 'libavformat'
-- Checking for one of the modules 'libavresample'
CMake Warning at CMakeLists.txt:144 (message):
Requested module libavresample missing for feature USE_FFMPEG. Feature
disabled.
Call Stack (most recent call first):
CMakeLists.txt:441 (find_feature)
However this is because ffmpeg has disabled this module by default upstream, ./configure --help in ffmpeg shows this.
--enable-avresample enable libavresample build (deprecated) [no]
So far mgba is the only program I use that has failed because libavresample is missing.
Metadata
Metadata
Assignees
Labels
No labels