@@ -37,7 +37,7 @@ matrix:
3737
3838 - name : " Coverage (Ubuntu 18.04 Bionic)"
3939 env :
40- - BUILD_VERSION=coverage_ffmpeg3
40+ - BUILD_VERSION=coverage_ffmpeg34
4141 - CMAKE_EXTRA_ARGS="-DENABLE_COVERAGE=1"
4242 - TEST_TARGET=coverage
4343 os : linux
@@ -80,9 +80,9 @@ matrix:
8080 - libavresample4
8181 - libswresample3
8282
83- - name : " FFmpeg 3 GCC (Ubuntu 18.04 Bionic)"
83+ - name : " FFmpeg 3.4 GCC (Ubuntu 18.04 Bionic)"
8484 env :
85- - BUILD_VERSION=ffmpeg3
85+ - BUILD_VERSION=ffmpeg34
8686 - CMAKE_EXTRA_ARGS=""
8787 - TEST_TARGET=test
8888 os : linux
@@ -97,9 +97,9 @@ matrix:
9797 - qt5-default
9898 - libjsoncpp-dev
9999
100- - name : " FFmpeg 3 Clang (Ubuntu 18.04 Bionic)"
100+ - name : " FFmpeg 3.4 Clang (Ubuntu 18.04 Bionic)"
101101 env :
102- - BUILD_VERSION=clang_ffmpeg3
102+ - BUILD_VERSION=clang_ffmpeg34
103103 - CMAKE_EXTRA_ARGS=""
104104 - TEST_TARGET=test
105105 os : linux
@@ -115,6 +115,31 @@ matrix:
115115 - qt5-default
116116 - libomp-dev
117117
118+ - name : " FFmpeg 3.2 GCC (Ubuntu 16.04 Xenial)"
119+ env :
120+ - BUILD_VERSION=ffmpeg32
121+ - CMAKE_EXTRA_ARGS=""
122+ - TEST_TARGET="os_test"
123+ os : linux
124+ dist : xenial
125+ addons :
126+ apt :
127+ sources :
128+ - sourceline : ' ppa:openshot.developers/libopenshot-daily'
129+ - sourceline : ' ppa:beineri/opt-qt-5.10.0-xenial'
130+ - sourceline : ' ppa:jon-hedgerows/ffmpeg-backports'
131+ packages :
132+ - *ff_common
133+ - libavcodec57
134+ - libavdevice57
135+ - libavfilter6
136+ - libavformat57
137+ - libavresample3
138+ - libavutil55
139+ - libpostproc54
140+ - libswresample2
141+ - libswscale4
142+
118143 - name : " FFmpeg 2 GCC (Ubuntu 16.04 Xenial)"
119144 env :
120145 - BUILD_VERSION=ffmpeg2
0 commit comments