|
@@ -89,7 +89,7 @@ Configuration options:
|
|
|
--disable-avformat disable libavformat build
|
|
|
--disable-swscale disable libswscale build
|
|
|
--enable-postproc enable GPLed postprocessing support [no]
|
|
|
- --enable-avfilter video filter support [no]
|
|
|
+ --disable-avfilter disable video filter support [no]
|
|
|
--enable-avfilter-lavf video filters dependent on avformat [no]
|
|
|
--enable-beosthreads use BeOS threads [no]
|
|
|
--enable-os2threads use OS/2 threads [no]
|
|
@@ -1468,6 +1468,7 @@ host_os=$target_os_default
|
|
|
# configurable options
|
|
|
enable avcodec
|
|
|
enable avdevice
|
|
|
+enable avfilter
|
|
|
enable avformat
|
|
|
enable avutil
|
|
|
enable asm
|