summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-07-03 22:43:50 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-07-03 23:53:02 +0200
commit5cf2f26fedee7cbed2ee5aa1d525a0192b29c5ed (patch)
tree9ac70e43d15600625d2acbc25410d8c3730542b2 /appveyor.yml
parent2d7392a8e44aa92bfd2fd5f04b3b04da5b83b420 (diff)
Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.x
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 835e65bd2d..0ac27af9dd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,8 +53,8 @@ for:
- sudo apt-get -y install gdb libavformat-dev libchromaprint-dev libfaad-dev libflac-dev libid3tag0-dev libmad0-dev libmodplug-dev libmp3lame-dev libmp4v2-dev libopus-dev libopusfile-dev libportmidi-dev libprotobuf-dev libqt5opengl5-dev libqt5sql5-sqlite libqt5svg5-dev librubberband-dev libshout3-dev libsndfile1-dev libsqlite3-dev libtag1-dev libupower-glib-dev libusb-1.0-0-dev libwavpack-dev portaudio19-dev protobuf-compiler qt5-default qtscript5-dev libqt5x11extras5-dev scons qt5keychain-dev liblilv-dev libsoundtouch-dev
build_script:
- # ffmpeg4=1 is not supported by Ubuntu 18.04 (FFmpeg 3.4.x)
- - scons -j4 test=1 mad=1 faad=1 ffmpeg=1 opus=1 modplug=1 wv=1 hss1394=0 virtualize=0 debug_assertions_fatal=1 verbose=0 localecompare=1
+ # ffmpeg=1 requires FFmpeg 4.0, but Ubuntu 18.04 still provides only FFmpeg 3.4.x
+ - scons -j4 test=1 mad=1 faad=1 opus=1 modplug=1 wv=1 hss1394=0 virtualize=0 debug_assertions_fatal=1 verbose=0 localecompare=1
test_script:
- xvfb-run -- ./mixxx-test --gtest_output=xml:test_results.xml