Skip to content

Commit b5dd37d

Browse files
author
Clement Champetier
committed
Travis: fixed compilation of ffmpeg third-party
1 parent d09cc28 commit b5dd37d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/travis/linux.install.deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
5757
curl -L -Os http://downloads.sourceforge.net/faac/faac-${FAAC_VERSION}.tar.gz && \
5858
tar xzf faac-${FAAC_VERSION}.tar.gz && \
5959
cd faac-${FAAC_VERSION} && \
60-
#sed -i '126d' common/mp4v2/mpeg4ip.h && \
60+
sed -i '126d' common/mp4v2/mpeg4ip.h && \
6161
./bootstrap && \
6262
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --bindir="${DEPENDENCY_INSTALL_PATH}/bin" --enable-shared --with-mp4v2=no && \
63-
make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
63+
make -k && \
6464
make install && \
6565
rm -rf ${DIR}
6666

@@ -122,7 +122,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
122122
tar xvjf libtheora-${THEORA_VERSION}.tar.bz2 && \
123123
cd libtheora-${THEORA_VERSION} && \
124124
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" && \
125-
make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
125+
make -k && \
126126
make install && \
127127
make check && \
128128
rm -rf ${DIR}

0 commit comments

Comments
 (0)