Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-07-12 16:57:34 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-07-12 16:57:34 +0300
commitd412d998da5d19aee68e078b8cecbcc23f93d7b1 (patch)
tree27a17d29f3bac71b8b0cedf196959bcfe1511ff3 /build_ffmpeg.sh
parent2b93c7291f8f88325b4067f9a2f76f66e5b1b759 (diff)
Switch to the new Libav ASF/WMV demuxer
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 08146044..f1187dc8 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -54,6 +54,7 @@ configure() (
--disable-static \
--enable-version3 \
--enable-w32threads \
+ --disable-demuxer=asf \
--disable-demuxer=matroska \
--disable-filters \
--enable-filter=yadif \