aboutsummaryrefslogtreecommitdiff
path: root/tests/travis
diff options
context:
space:
mode:
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>2019-05-17 14:30:02 -0700
committerLNJ <lnj@kaidan.im>2020-03-16 22:22:59 +0100
commit90036fc2cf5918c028f043edff7f5d38d1efb4cc (patch)
tree4818d8c4e6ec3778e2dd8a2e356faf1b9e062902 /tests/travis
parentc67ccc6d939b8f1efd118f92baea997fe1b7f1a6 (diff)
downloadqxmpp-90036fc2cf5918c028f043edff7f5d38d1efb4cc.tar.gz
Port QXmppCallManager to use GStreamer
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