[FFmpeg-cvslog] r11947 - trunk/libavfilter/Makefile

vitor subversion
Fri Feb 15 20:24:25 CET 2008


Author: vitor
Date: Fri Feb 15 20:24:25 2008
New Revision: 11947

Log:
Merge of several revisions that add more targets to the 
Makefile.

Commited in SoC by Bobby Bingham on sep. 2007.


Modified:
   trunk/libavfilter/Makefile

Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile	(original)
+++ trunk/libavfilter/Makefile	Fri Feb 15 20:24:25 2008
@@ -4,15 +4,20 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec
 
 OBJS = avfilter.o \
        avfiltergraph.o \
+       avfiltergraphdesc.o \
+       defaults.o \
 
 # TODO: real conditional compilation
 OBJS-yes = vsrc_dummy.o \
            vsrc_ppm.o \
            vo_sdl.o \
            vf_crop.o \
+           vf_fps.o \
+           vf_overlay.o \
            vf_passthrough.o \
            vf_rgb2bgr.o \
            vf_slicify.o \
+           vf_vflip.o \
 
 HEADERS = avfilter.h
 




More information about the ffmpeg-cvslog mailing list