summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-12 17:43:13 +0100
committerwm4 <wm4@nowhere>2015-02-12 17:43:54 +0100
commitf4c54ee729d41b9faa8f6c5d6552ab379a7db299 (patch)
treee8bd8b85aa4054514224d2279056c9d64de2cc04
parent05fc6c1859f6e73995bd343585699d8cf8c1f0a9 (diff)
downloadmpv-build-f4c54ee729d41b9faa8f6c5d6552ab379a7db299.tar.bz2
mpv-build-f4c54ee729d41b9faa8f6c5d6552ab379a7db299.tar.xz
Don't build libavresample
The mpv configure script actually doesn't pick up libavresample anymore if it finds libswscale. Closes #55.
-rwxr-xr-xscripts/ffmpeg-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ffmpeg-config b/scripts/ffmpeg-config
index 1d60174..d82d638 100755
--- a/scripts/ffmpeg-config
+++ b/scripts/ffmpeg-config
@@ -7,7 +7,7 @@ USER_OPTS="$@"
if test -f "$BUILD"/ffmpeg_options ; then
USER_OPTS="$(cat "$BUILD"/ffmpeg_options) $USER_OPTS"
fi
-OPTIONS="--enable-gpl --enable-avresample --disable-debug --disable-doc"
+OPTIONS="--enable-gpl --disable-debug --disable-doc"
if "$BUILD"/scripts/test-libmpv ; then
OPTIONS="$OPTIONS --enable-pic"