Commit 093c2f45 authored by vitor's avatar vitor

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11948 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cca895e4
...@@ -10,7 +10,6 @@ OBJS = avfilter.o \ ...@@ -10,7 +10,6 @@ OBJS = avfilter.o \
# TODO: real conditional compilation # TODO: real conditional compilation
OBJS-yes = vsrc_dummy.o \ OBJS-yes = vsrc_dummy.o \
vsrc_ppm.o \ vsrc_ppm.o \
vo_sdl.o \
vf_crop.o \ vf_crop.o \
vf_fps.o \ vf_fps.o \
vf_overlay.o \ vf_overlay.o \
...@@ -28,14 +27,3 @@ LIBVERSION=$(LAVFILTERVERSION) ...@@ -28,14 +27,3 @@ LIBVERSION=$(LAVFILTERVERSION)
LIBMAJOR=$(LAVFILTERMAJOR) LIBMAJOR=$(LAVFILTERMAJOR)
include ../common.mak 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment