Skip to content

Commit 303c249

Browse files
author
Clement Champetier
committed
Travis: fixed compilation of faac on OSX
1 parent 4405c97 commit 303c249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/linux.install.deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ 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 && \
6363
make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \

0 commit comments

Comments
 (0)