[FFmpeg-cvslog] r24569 - in trunk: configure libavfilter/Makefile

stefano subversion
Wed Jul 28 10:56:49 CEST 2010


Author: stefano
Date: Wed Jul 28 10:56:49 2010
New Revision: 24569

Log:
Remove reference to the unexisting movie filter and the corresponding
useless --enable-avfilter-lavf option.

Modified:
   trunk/configure
   trunk/libavfilter/Makefile

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jul 28 10:17:02 2010	(r24568)
+++ trunk/configure	Wed Jul 28 10:56:49 2010	(r24569)
@@ -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
 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}"

Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile	Wed Jul 28 10:17:02 2010	(r24568)
+++ trunk/libavfilter/Makefile	Wed Jul 28 10:56:49 2010	(r24569)
@@ -2,7 +2,6 @@ include $(SUBDIR)../config.mak
 
 NAME = avfilter
 FFLIBS = avcodec avcore avutil swscale
-FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
 
 HEADERS = avfilter.h
 



More information about the ffmpeg-cvslog mailing list