diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-28 08:56:49 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-28 08:56:49 +0000 |
commit | 46eed2c886cf4bb617164110608565bab0c9f132 (patch) | |
tree | d902f6b31dce1ae6ed99c1e644f176f83da75bc3 /configure | |
parent | f0187d20d1ab76eb42e9d2409d6a67e00ae84167 (diff) | |
download | ffmpeg-46eed2c886cf4bb617164110608565bab0c9f132.tar.gz |
Remove reference to the unexisting movie filter and the corresponding
useless --enable-avfilter-lavf option.
Originally committed as revision 24569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -91,7 +91,6 @@ Configuration options: --disable-swscale disable libswscale build --enable-postproc enable GPLed postprocessing support [no] --disable-avfilter disable video filter support [no] - --enable-avfilter-lavf video filters dependent on avformat [no] --disable-pthreads disable pthreads [auto] --enable-w32threads use Win32 threads [no] --enable-x11grab enable X11 grabbing [no] @@ -850,7 +849,6 @@ CONFIG_LIST=" avcore avdevice avfilter - avfilter_lavf avformat avisynth bzlib @@ -1380,10 +1378,6 @@ rtp_protocol_select="udp_protocol" tcp_protocol_deps="network" udp_protocol_deps="network" -# filters -movie_filter_deps="avfilter_lavf" -avfilter_lavf_deps="avformat" - # libraries avdevice_deps="avcodec avformat" avformat_deps="avcodec" @@ -2939,7 +2933,6 @@ echo "static ${static-no}" echo "shared ${shared-no}" echo "postprocessing support ${postproc-no}" echo "new filter support ${avfilter-no}" -echo "filters using lavformat ${avfilter_lavf-no}" echo "network support ${network-no}" echo "threading support ${thread_type-no}" echo "SDL support ${sdl-no}" |