[SCM] libav/experimental: Remove test program and test video output module since ffplay can be used for testing for a while now.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:14:10 UTC 2013
The following commit has been merged in the experimental branch:
commit 0a46caf92adb0a46a96c35e91f3d216fabbcc775
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Fri Feb 15 19:29:00 2008 +0000
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
Originally committed as revision 11948 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a4cb303..0dc98f2 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list