diff --git a/build-ffmpeg b/build-ffmpeg index 21a7e646..a9d320e4 100755 --- a/build-ffmpeg +++ b/build-ffmpeg @@ -272,7 +272,7 @@ if build "libtheora"; then sed "s/-fforce-addr//g" configure > configure.patched chmod +x configure.patched mv configure.patched configure - execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE}/lib --with-ogg-includes=${WORKSPACE}/include/ --with-vorbis-libraries=${WORKSPACE}/lib --with-vorbis-includes=${WORKSPACE}/include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm + execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE}/lib --with-ogg-includes=${WORKSPACE}/include/ --with-vorbis-libraries=${WORKSPACE}/lib --with-vorbis-includes=${WORKSPACE}/include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec execute make -j $MJOBS execute make install build_done "libtheora"