diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 12:06:43 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 12:06:43 +0100 |
| commit | 1d9beed7da8538829de06371d7adcb741971523b (patch) | |
| tree | 29f4618d48dabae160b390fc9f78b607b9d2cc7f /tests | |
| parent | 608bbff2ab322dbed645a7a00cb2c7af67964ed4 (diff) | |
| download | qxmpp-1d9beed7da8538829de06371d7adcb741971523b.tar.gz | |
install libopus-dev for 'full' build
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/travis/install-build-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends index 89fb0c88..865b3a7b 100755 --- a/tests/travis/install-build-depends +++ b/tests/travis/install-build-depends @@ -13,6 +13,6 @@ fi case "$CONFIG" in full*) - sudo apt-get install -qq libspeex-dev libtheora-dev libvpx-dev + sudo apt-get install -qq libopus-dev libspeex-dev libtheora-dev libvpx-dev ;; esac |
