diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2019-05-17 14:30:02 -0700 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-03-16 22:22:59 +0100 |
| commit | 90036fc2cf5918c028f043edff7f5d38d1efb4cc (patch) | |
| tree | 4818d8c4e6ec3778e2dd8a2e356faf1b9e062902 /tests/travis/install-build-depends | |
| parent | c67ccc6d939b8f1efd118f92baea997fe1b7f1a6 (diff) | |
| download | qxmpp-90036fc2cf5918c028f043edff7f5d38d1efb4cc.tar.gz | |
Port QXmppCallManager to use GStreamer
Diffstat (limited to 'tests/travis/install-build-depends')
| -rwxr-xr-x | tests/travis/install-build-depends | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
