From 90036fc2cf5918c028f043edff7f5d38d1efb4cc Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Fri, 17 May 2019 14:30:02 -0700 Subject: Port QXmppCallManager to use GStreamer --- tests/travis/build-and-test | 2 +- tests/travis/install-build-depends | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/travis') 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 -- cgit v1.2.3