summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 19:36:58 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 19:36:58 +0000
commit0fdf410a3a40a55545c5d538617a43b37aa4f1bf (patch)
tree63ea889ce28bd1c7f8e1d520cefa963ccb92b7cf /libavfilter/Makefile
parenta1e3e4ba3e1d78f91789cc31159f59dce4649d44 (diff)
Remove everything not yet commited to svn
Originally committed as revision 11958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index fdc5588ad4..ab6c6b7960 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -4,30 +4,10 @@ CFLAGS+=-I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libswsc
OBJS = allfilters.o \
avfilter.o \
- avfiltergraph.o \
- avfiltergraphdesc.o \
defaults.o \
formats.o \
- avfiltergraphfile.o \
-
-# TODO: real conditional compilation
-
-
-OBJS-$(CONFIG_VF_CROP) += vf_crop.o
-OBJS-$(CONFIG_VF_FPS) += vf_fps.o
-OBJS-$(CONFIG_VF_HFLIP) += vf_hflip.o
-OBJS-$(CONFIG_VF_NEGATE) += vf_negate.o
-OBJS-$(CONFIG_VF_FIFO) += vf_fifo.o
-OBJS-$(CONFIG_VF_FORMAT) += vf_format.o
-OBJS-$(CONFIG_VF_OVERLAY) += vf_overlay.o
-OBJS-$(CONFIG_VF_ROTATE) += vf_rotate.o
-OBJS-$(CONFIG_VF_SCALE) += vf_scale.o
-OBJS-$(CONFIG_VF_SETPTS) += vf_setpts.o
-OBJS-$(CONFIG_VF_SLICIFY) += vf_slicify.o
-OBJS-$(CONFIG_VF_SPLIT) += vf_split.o
-OBJS-$(CONFIG_VF_TRANSPOSE) += vf_transpose.o
-OBJS-$(CONFIG_VF_VFLIP) += vf_vflip.o
-OBJS-$(CONFIG_VSRC_MOVIE) += vsrc_movie.o
+
+#OBJS-$(CONFIG_VF_XXXX) += vf_xxx.o
HEADERS = avfilter.h