File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
143
143
export RELEASE_OPTIONS=--disable-debug
144
144
export DEBUG_OPTIONS=--enable-debug=3\ --disable-optimizations\ --disable-sse\ --disable-stripping
145
145
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
147
147
148
148
if [[ ${DEPENDENCY_NAME} == " ffmpeg" ]]; then
149
149
@@ -158,7 +158,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
158
158
$COMPILE_OPTIONS \
159
159
$RELEASE_OPTIONS \
160
160
$LICENSING_OPTIONS \
161
- $THIRD_PARTIES_OPTIONS && \
161
+ $THIRD_PARTIES_OPTIONS --enable-postproc && \
162
162
make -k > ${DEPENDENCY_LOG_FILE} 2>&1 && \
163
163
make install && \
164
164
rm -rf ${DIR}
You can’t perform that action at this time.
0 commit comments