Skip to content

Commit e9cd5e1

Browse files
author
Clement Champetier
committed
Travis: fixed compilation with libav
--enable-postproc is an unknown option for libav.
1 parent 8304028 commit e9cd5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/travis/linux.install.deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
143143
export RELEASE_OPTIONS=--disable-debug
144144
export DEBUG_OPTIONS=--enable-debug=3\ --disable-optimizations\ --disable-sse\ --disable-stripping
145145
export LICENSING_OPTIONS=--enable-gpl\ --enable-nonfree
146-
export THIRD_PARTIES_OPTIONS=--enable-libfaac\ --enable-libmp3lame\ --enable-libx264\ --enable-libxvid\ --enable-postproc\ --enable-avresample\ --enable-libfdk_aac\ --enable-libopus\ --enable-libvorbis\ --enable-libvpx
146+
export THIRD_PARTIES_OPTIONS=--enable-libfaac\ --enable-libmp3lame\ --enable-libx264\ --enable-libxvid\ --enable-avresample\ --enable-libfdk_aac\ --enable-libopus\ --enable-libvorbis\ --enable-libvpx
147147

148148
if [[ ${DEPENDENCY_NAME} == "ffmpeg" ]]; then
149149

@@ -158,7 +158,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
158158
$COMPILE_OPTIONS \
159159
$RELEASE_OPTIONS \
160160
$LICENSING_OPTIONS \
161-
$THIRD_PARTIES_OPTIONS && \
161+
$THIRD_PARTIES_OPTIONS --enable-postproc && \
162162
make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
163163
make install && \
164164
rm -rf ${DIR}

0 commit comments

Comments
 (0)