File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -128,22 +128,23 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
128
128
rm -rf ${DIR}
129
129
130
130
# 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}
141
142
142
143
export COMPILE_OPTIONS=--extra-libs=-ldl\ --enable-small\ --enable-shared\ --disable-static
143
144
export RELEASE_OPTIONS=--disable-debug
144
145
export DEBUG_OPTIONS=--enable-debug=3\ --disable-optimizations\ --disable-sse\ --disable-stripping
145
146
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
147
148
148
149
if [[ ${DEPENDENCY_NAME} == " ffmpeg" ]]; then
149
150
You can’t perform that action at this time.
0 commit comments