OSDN Git Service

Targets addition and removal
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:30:58 +0000 (19:30 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:30:58 +0000 (19:30 +0000)
Commited in SoC by Bobby Bingham

Originally committed as revision 11949 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/Makefile

index 0dc98f2..012c4a0 100644 (file)
@@ -1,6 +1,6 @@
 include ../config.mak
 
-CFLAGS+=-I$(SRC_PATH)/libavcodec
+CFLAGS+=-I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libswscale
 
 OBJS = avfilter.o \
        avfiltergraph.o \
@@ -8,14 +8,15 @@ OBJS = avfilter.o \
        defaults.o \
 
 # TODO: real conditional compilation
-OBJS-yes = vsrc_dummy.o \
-           vsrc_ppm.o \
-           vf_crop.o \
+OBJS-yes = vf_crop.o \
+           vf_fifo.o \
            vf_fps.o \
+           vf_negate.o \
            vf_overlay.o \
            vf_passthrough.o \
-           vf_rgb2bgr.o \
+           vf_scale.o \
            vf_slicify.o \
+           vf_split.o \
            vf_vflip.o \
 
 HEADERS = avfilter.h