aboutsummaryrefslogtreecommitdiff
path: root/tests/travis
diff options
context:
space:
mode:
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/build-and-test2
-rwxr-xr-xtests/travis/install-build-depends4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test
index 65972231..dc5342b2 100755
--- a/tests/travis/build-and-test
+++ b/tests/travis/build-and-test
@@ -6,7 +6,7 @@ CMAKE_ARGS="-DBUILD_TESTS:BOOL=True"
case "$CONFIG" in
full*)
- CMAKE_ARGS="-DBUILD_DOCUMENTATION:BOOL=True -DBUILD_EXAMPLES:BOOL=True -DWITH_OPUS:BOOL=True -DWITH_SPEEX:BOOL=True -DWITH_THEORA:BOOL=True -DWITH_VPX:BOOL=True"
+ CMAKE_ARGS="-DBUILD_DOCUMENTATION:BOOL=True -DBUILD_EXAMPLES:BOOL=True -DWITH_GSTREAMER:BOOL=True"
;;
esac
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends
index f6e484c9..c7f56fb0 100755
--- a/tests/travis/install-build-depends
+++ b/tests/travis/install-build-depends
@@ -7,7 +7,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
case "$CONFIG" in
full*)
- brew install doxygen opus speex theora libvpx
+ brew install doxygen gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly
;;
esac
else
@@ -16,7 +16,7 @@ else
case "$CONFIG" in
full*)
- sudo apt-get install -qq doxygen libopus-dev libspeex-dev libtheora-dev libvpx-dev
+ sudo apt-get install -qq doxygen libgstreamer1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly
;;
esac
fi