diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-28 19:43:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-28 19:43:57 +0200 |
commit | f2bc2e89548706beee056f40036fc571ea817b80 (patch) | |
tree | 2b5f0cb75a510ba71ac293fad441212fe0e89496 /configure | |
parent | f0e39889ad4f418655e0b1bd89dade0d7143a9e3 (diff) | |
download | ffmpeg-f2bc2e89548706beee056f40036fc571ea817b80.tar.gz |
configure: disable avresample by default
avresample is redundant and unneeded
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-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 |