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>2014-05-17 16:42:46 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-05-17 16:52:28 +0400
commit4e07f66d26c4e8a6f392378f5009016607dac752 (patch)
treed4fe5851d127e0288effd4f1f35add515c203c2c /build_ffmpeg.sh
parent431c65166de31635fc65888795f154c69b26edf9 (diff)
Disable native opus decoder until the swresample/avresample situation is worked out.
Opus decoding is still supported through libopus, of course.
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 3ccdec5b..2b158118 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -58,6 +58,8 @@ configure() (
--enable-version3 \
--enable-w32threads \
--disable-demuxer=matroska \
+ --disable-decoder=opus \
+ --disable-parser=opus \
--disable-filters \
--enable-filter=yadif \
--enable-filter=scale \