build: fix ffmpeg version for travis

This commit is contained in:
Tae-il Lim
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 678d1bfa22
commit ae12cdec7c
+1 -1
View File
@@ -21,7 +21,7 @@ before_install:
- pushd ~
- git clone https://github.com/FFmpeg/FFmpeg.git
- cd FFmpeg
- git checkout release/3.0
- git checkout release/3.2
- mkdir ~/FFmpeg-build
- cd ~/FFmpeg-build
- ../FFmpeg/configure --disable-ffprobe --disable-ffserver --disable-doc --enable-avresample