File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
139
139
make install && \
140
140
rm -rf ${DIR}
141
141
142
- export COMPILE_OPTIONS=--extra-cflags=" -I${DEPENDENCY_INSTALL_PATH} /include" --extra-ldflags=" -L${DEPENDENCY_INSTALL_PATH} /lib64 -L${DEPENDENCY_INSTALL_PATH} /lib" --bindir=" ${DEPENDENCY_INSTALL_PATH} /bin" --extra-libs=-ldl --enable-small --enable-shared --disable-static
142
+ export COMPILE_OPTIONS=--extra-cflags=" -I${DEPENDENCY_INSTALL_PATH} /include" \ --extra-ldflags=" -L${DEPENDENCY_INSTALL_PATH} /lib64 -L${DEPENDENCY_INSTALL_PATH} /lib" \ --bindir=" ${DEPENDENCY_INSTALL_PATH} /bin" \ --extra-libs=-ldl\ --enable-small\ --enable-shared\ --disable-static
143
143
export RELEASE_OPTIONS=--disable-debug
144
- export DEBUG_OPTIONS=--enable-debug=3 --disable-optimizations --disable-sse --disable-stripping
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
144
+ export DEBUG_OPTIONS=--enable-debug=3\ --disable-optimizations\ --disable-sse\ --disable-stripping
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
147
147
148
148
if [[ ${DEPENDENCY_NAME} == " ffmpeg" ]]; then
149
149
You can’t perform that action at this time.
0 commit comments