[FFmpeg-cvslog] r11951 - trunk/libavfilter/Makefile
vitor
subversion
Fri Feb 15 20:33:06 CET 2008
Author: vitor
Date: Fri Feb 15 20:33:05 2008
New Revision: 11951
Log:
More targets addition
Merge of several patches in SoC, by various authors.
Modified:
trunk/libavfilter/Makefile
Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile (original)
+++ trunk/libavfilter/Makefile Fri Feb 15 20:33:05 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list