We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4405c97 commit 303c249Copy full SHA for 303c249
tools/travis/linux.install.deps.sh
@@ -57,7 +57,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
57
curl -L -Os http://downloads.sourceforge.net/faac/faac-${FAAC_VERSION}.tar.gz && \
58
tar xzf faac-${FAAC_VERSION}.tar.gz && \
59
cd faac-${FAAC_VERSION} && \
60
- sed -i '126d' common/mp4v2/mpeg4ip.h && \
+# sed -i '126d' common/mp4v2/mpeg4ip.h && \
61
./bootstrap && \
62
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --bindir="${DEPENDENCY_INSTALL_PATH}/bin" --enable-shared --with-mp4v2=no && \
63
make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
0 commit comments