mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 18:25:03 +00:00
configure: disable avresample by default
avresample is redundant and unneeded Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f0e39889ad
commit
f2bc2e8954
3
configure
vendored
3
configure
vendored
@ -112,7 +112,7 @@ Component options:
|
|||||||
--disable-swscale disable libswscale build
|
--disable-swscale disable libswscale build
|
||||||
--disable-postproc disable libpostproc build
|
--disable-postproc disable libpostproc build
|
||||||
--disable-avfilter disable video filter support [no]
|
--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-pthreads disable pthreads [auto]
|
||||||
--disable-w32threads disable Win32 threads [auto]
|
--disable-w32threads disable Win32 threads [auto]
|
||||||
--disable-os2threads disable OS/2 threads [auto]
|
--disable-os2threads disable OS/2 threads [auto]
|
||||||
@ -1880,7 +1880,6 @@ enable avcodec
|
|||||||
enable avdevice
|
enable avdevice
|
||||||
enable avfilter
|
enable avfilter
|
||||||
enable avformat
|
enable avformat
|
||||||
enable avresample
|
|
||||||
enable avutil
|
enable avutil
|
||||||
enable postproc
|
enable postproc
|
||||||
enable stripping
|
enable stripping
|
||||||
|
Loading…
Reference in New Issue
Block a user