File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
57
57
curl -L -Os http://downloads.sourceforge.net/faac/faac-${FAAC_VERSION} .tar.gz && \
58
58
tar xzf faac-${FAAC_VERSION} .tar.gz && \
59
59
cd faac-${FAAC_VERSION} && \
60
- # sed -i '126d' common/mp4v2/mpeg4ip.h && \
60
+ sed -i ' 126d' common/mp4v2/mpeg4ip.h && \
61
61
./bootstrap && \
62
62
./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 && \
64
64
make install && \
65
65
rm -rf ${DIR}
66
66
@@ -122,7 +122,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
122
122
tar xvjf libtheora-${THEORA_VERSION} .tar.bz2 && \
123
123
cd libtheora-${THEORA_VERSION} && \
124
124
./configure --prefix=" ${DEPENDENCY_INSTALL_PATH} " && \
125
- make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
125
+ make -k && \
126
126
make install && \
127
127
make check && \
128
128
rm -rf ${DIR}
You can’t perform that action at this time.
0 commit comments