Mikolaj Kucharski writes: > Hi, > > Port emulators/vbam fails to build when ffmpeg is not installed: > > -- checking for modules 'libavcodec;libavformat;libswscale;libavutil' > -- package 'libavcodec' not found > -- package 'libavformat' not found > -- package 'libswscale' not found > -- package 'libavutil' not found > CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:279 (messag > e): > A required package was not found > Call Stack (most recent call first): > /usr/local/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_ > internal) > CMakeLists.txt:99 (PKG_CHECK_MODULES) > > After pkg_add ffmpeg build finishes successfully. I don't see that actually > ffmpeg is used by vbam (I don't see anything linked with it), so I think > it could be disabled. Not sure is revision bump needed here.
Good catch. ffmpeg is only used by the wx frontend, which is already disabled, so no bump necessary. If anyone *does* want the wx frontend, feel free to fix it to not need posix_openpt...