diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-05-07 11:52:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-05-07 11:52:05 +0000 |
commit | cccc039f71f4cff7e72b8681cf26d41839dbdc62 (patch) | |
tree | 34dd86b3989815a02354f710bab40a5e001813b9 /configure | |
parent | 87ddc38bdb29ed9038145428c0a5352b2f40afa0 (diff) | |
download | ffmpeg-cccc039f71f4cff7e72b8681cf26d41839dbdc62.tar.gz |
Enable libavfilter by default and fix pading for mxf-d10
Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |