mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
cmake: check for ffmpeg >= 4.0.4
Check for the specific `ffmpeg` lib versions in `ffmpeg` `4.0.4` "Wu", Do not pass `-DENABLE_FFMPEG=OFF` to the xenial travis job, as this is detected automatically now. Add a note about the required ffmpeg version to `README.md`. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -32,8 +32,7 @@ matrix:
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
# ffmpeg currently broken on xenial
|
||||
- cmake .. -DENABLE_SDL=ON -DENABLE_FFMPEG=OFF
|
||||
- cmake .. -DENABLE_SDL=ON
|
||||
- make -j2
|
||||
# xvfb fails on xenial too
|
||||
# - xvfb-run ./visualboyadvance-m --help
|
||||
|
Reference in New Issue
Block a user