ref: 0d6d8dd8e8cee8a3eea71e23af58bf6bd5a52147
parent: f0f52ea97179454c46c4a41a01237043dfc2197c
author: Ralph Giles <giles@thaumas.net>
date: Mon Jun 19 10:03:12 EDT 2017
travis: Add opusfile and libopusenc dependency libopusenc isn't packaged for Ubuntu trusty, so we need to build it.
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@
packages:
- libogg-dev
- libopus-dev
+ - libopusfile-dev
- libflac-dev
os:
@@ -20,7 +21,7 @@
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libogg opus flac xz; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libogg opus opusfile libopusenc flac xz; fi
script:
- ./autogen.sh