Skip to content

Commit 87bc40b

Browse files
author
Clement Champetier
committed
Travis: skip build of libopus
Compile error on OSX.
1 parent 720931d commit 87bc40b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

tools/travis/linux.install.deps.sh

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,22 +128,23 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
128128
rm -rf ${DIR}
129129

130130
# libopus
131-
echo ""
132-
echo "Building libopus (last version)"
133-
DIR=$(mktemp -d libopusXXX) && cd ${DIR} && \
134-
git clone git://git.opus-codec.org/opus.git && \
135-
cd opus && \
136-
autoreconf -fiv && \
137-
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --enable-shared --with-pic && \
138-
make -k && \
139-
make install && \
140-
rm -rf ${DIR}
131+
# Compile error on OSX
132+
# echo ""
133+
# echo "Building libopus (last version)"
134+
# DIR=$(mktemp -d libopusXXX) && cd ${DIR} && \
135+
# git clone git://git.opus-codec.org/opus.git && \
136+
# cd opus && \
137+
# autoreconf -fiv && \
138+
# ./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --enable-shared --with-pic && \
139+
# make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
140+
# make install && \
141+
# rm -rf ${DIR}
141142

142143
export COMPILE_OPTIONS=--extra-libs=-ldl\ --enable-small\ --enable-shared\ --disable-static
143144
export RELEASE_OPTIONS=--disable-debug
144145
export DEBUG_OPTIONS=--enable-debug=3\ --disable-optimizations\ --disable-sse\ --disable-stripping
145146
export LICENSING_OPTIONS=--enable-gpl\ --enable-nonfree
146-
export THIRD_PARTIES_OPTIONS=--enable-libfaac\ --enable-libmp3lame\ --enable-libx264\ --enable-libxvid\ --enable-avresample\ --enable-libfdk_aac\ --enable-libopus\ --enable-libvorbis\ --enable-libvpx
147+
export THIRD_PARTIES_OPTIONS=--enable-libfaac\ --enable-libmp3lame\ --enable-libx264\ --enable-libxvid\ --enable-avresample\ --enable-libfdk_aac\ --enable-libvorbis\ --enable-libvpx
147148

148149
if [[ ${DEPENDENCY_NAME} == "ffmpeg" ]]; then
149150

0 commit comments

Comments
 (0)