OSDN Git Service

More targets addition
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:33:05 +0000 (19:33 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:33:05 +0000 (19:33 +0000)
Merge of several patches in SoC, by various authors.

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

libavfilter/Makefile

index 0043c1c..0f5f741 100644 (file)
@@ -6,18 +6,24 @@ OBJS = avfilter.o \
        avfiltergraph.o \
        avfiltergraphdesc.o \
        defaults.o \
+       formats.o \
 
 # TODO: real conditional compilation
 OBJS-yes = vf_crop.o \
            vf_fifo.o \
            vf_fps.o \
+           vf_hflip.o \
            vf_negate.o \
+           vf_format.o \
            vf_overlay.o \
-           vf_passthrough.o \
+           vf_rotate.o \
            vf_scale.o \
+           vf_setpts.o \
            vf_slicify.o \
            vf_split.o \
+           vf_transpose.o \
            vf_vflip.o \
+           avfiltergraphfile.o \
 
 HEADERS = avfilter.h