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-12-05 16:39:15 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2014-12-05 16:39:15 +0300
commitcbed09bcad07faa0f36c19828bc8609fe36f6b03 (patch)
tree4bd04bea3d5895b6de8d8020f013ec9b727845e5 /build_ffmpeg.sh
parent3eb202828c6a88dd9e7346f508c4d083c788cb9b (diff)
Switch to the ffmpeg native opus decoder
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 2d007f6f..eccc5617 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -58,8 +58,6 @@ configure() (
--enable-version3 \
--enable-w32threads \
--disable-demuxer=matroska \
- --disable-decoder=opus \
- --disable-parser=opus \
--disable-filters \
--enable-filter=yadif \
--enable-filter=scale \
@@ -84,7 +82,6 @@ configure() (
--enable-libspeex \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
- --enable-libopus \
--enable-avresample \
--enable-avisynth \
--disable-avdevice \