Merge pull request #336 from lthls/fix-static-ffmpeg-build

Fix compilation with --with-static-ffmpeg
This commit is contained in:
Colby Klein
2014-10-16 07:29:31 -07:00
+1 -1
View File
@@ -101,7 +101,7 @@ dnl Make the binary find our bundled libs
LDFLAGS="$LDFLAGS -Wl,-rpath=$ffmpeg_rpath" LDFLAGS="$LDFLAGS -Wl,-rpath=$ffmpeg_rpath"
fi fi
dnl Classic autoconf. This CANNOT be broken across multiple lines. dnl Classic autoconf. This CANNOT be broken across multiple lines.
VIDEO_LIBS="-L$PWD/bundle/ffmpeg/libavutil -lavutil -L$PWD/bundle/ffmpeg/libavformat -lavformat -L$PWD/bundle/ffmpeg/libavcodec -lavcodec -L$PWD/bundle/ffmpeg/libswscale -lswscale" VIDEO_LIBS="-L$PWD/bundle/ffmpeg/libavformat -lavformat -L$PWD/bundle/ffmpeg/libavcodec -lavcodec -L$PWD/bundle/ffmpeg/libswscale -lswscale -L$PWD/bundle/ffmpeg/libavutil -lavutil"
have_ffmpeg=yes have_ffmpeg=yes
fi fi
fi fi