diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-28 19:43:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-28 20:00:18 +0200 |
commit | 91fdba3d79c94f9ee187b602e0f7e9522e996bd9 (patch) | |
tree | 1b038560109bfa83ecd86dc27d73f5ff129a9715 | |
parent | 68efb539e38269c151e684f5a8e455a3ce808b4e (diff) | |
download | ffmpeg-91fdba3d79c94f9ee187b602e0f7e9522e996bd9.tar.gz |
configure: disable avresample by default
avresample is redundant and unneeded
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit f2bc2e89548706beee056f40036fc571ea817b80)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |