[FFmpeg-cvslog] configure: disable avresample by default

Michael Niedermayer git at videolan.org
Thu Jun 7 01:44:13 CEST 2012


ffmpeg | branch: release/0.11 | Michael Niedermayer <michaelni at gmx.at> | Mon May 28 19:43:57 2012 +0200| [91fdba3d79c94f9ee187b602e0f7e9522e996bd9] | committer: Michael Niedermayer

configure: disable avresample by default

avresample is redundant and unneeded

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit f2bc2e89548706beee056f40036fc571ea817b80)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91fdba3d79c94f9ee187b602e0f7e9522e996bd9
---

 configure |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure
index f90adb6..89098fd 100755
--- a/configure
+++ b/configure
@@ -112,7 +112,7 @@ Component options:
   --disable-swscale        disable libswscale build
   --disable-postproc       disable libpostproc build
   --disable-avfilter       disable video filter support [no]
-  --disable-avresample     disable libavresample build [no]
+  --enable-avresample      enable libavresample build [no]
   --disable-pthreads       disable pthreads [auto]
   --disable-w32threads     disable Win32 threads [auto]
   --disable-os2threads     disable OS/2 threads [auto]
@@ -1880,7 +1880,6 @@ enable avcodec
 enable avdevice
 enable avfilter
 enable avformat
-enable avresample
 enable avutil
 enable postproc
 enable stripping



More information about the ffmpeg-cvslog mailing list