[FFmpeg-cvslog] r11948 - trunk/libavfilter/Makefile
vitor
subversion
Fri Feb 15 20:29:00 CET 2008
Author: vitor
Date: Fri Feb 15 20:29:00 2008
New Revision: 11948
Log:
Remove test program and test video output module since ffplay can be used
for testing for a while now.
Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51
Modified:
trunk/libavfilter/Makefile
Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile (original)
+++ trunk/libavfilter/Makefile Fri Feb 15 20:29:00 2008
@@ -10,7 +10,6 @@ OBJS = avfilter.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 \
@@ -28,14 +27,3 @@ LIBVERSION=$(LAVFILTERVERSION)
LIBMAJOR=$(LAVFILTERMAJOR)
include ../common.mak
-
-clean::
- rm -f \
- filter_test $(TESTS)
-
-tests: filter_test
-
-filter_test: filter_test.o $(LIB)
- $(CC) $(CFLAGS) $< -o $@ $(LIB) -lm -lSDL
-
-.PHONY: tests
More information about the ffmpeg-cvslog
mailing list