[FFmpeg-devel] [PATCH 1/2] Remove reference to the unexisting movie filter and the corresponding useless --enable-avfilter-lavf option.
Stefano Sabatini
stefano.sabatini-lala
Tue Jul 27 18:44:22 CEST 2010
---
configure | 7 -------
libavfilter/Makefile | 1 -
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/configure b/configure
index b4e987a..ab34bfd 100755
--- a/configure
+++ b/configure
@@ -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"
@@ -2931,7 +2925,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}"
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 33cd2ab..6f34ca9 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -2,7 +2,6 @@ include $(SUBDIR)../config.mak
NAME = avfilter
FFLIBS = avcodec avcore avutil swscale
-FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
HEADERS = avfilter.h
--
1.7.0.4
More information about the ffmpeg-devel
mailing list