[FFmpeg-soc] [soc]: r1998 - libavfilter/Makefile

vitor subversion at mplayerhq.hu
Sat Mar 8 20:57:46 CET 2008


Author: vitor
Date: Sat Mar  8 20:57:46 2008
New Revision: 1998

Log:
Yet another syncing with SVN

Modified:
   libavfilter/Makefile

Modified: libavfilter/Makefile
==============================================================================
--- libavfilter/Makefile	(original)
+++ libavfilter/Makefile	Sat Mar  8 20:57:46 2008
@@ -1,5 +1,10 @@
 include ../config.mak
 
+NAME = avfilter
+FFLIBS = avcodec avutil
+FFLIBS-$(CONFIG_SWSCALER)      += swscale
+FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
+
 OBJS = allfilters.o \
        avfilter.o \
        avfiltergraph.o \
@@ -29,11 +34,4 @@ OBJS-$(CONFIG_MOVIE_FILTER)      += vsrc
 
 HEADERS = avfilter.h
 
-FFLIBS = avcodec avutil
-
-FFLIBS-$(CONFIG_SWSCALER)      += swscale
-FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
-
-NAME=avfilter
-
 include ../common.mak



More information about the FFmpeg-soc mailing list