From 27a2fdb58b6dfff73a3f258c2862fd2ee81d0fd5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 16 Aug 2005 13:37:47 +0000 Subject: remove seeking example, they're in gst-plugins-base Original commit message from CVS: remove seeking example, they're in gst-plugins-base --- tests/old/examples/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index 11f92220..4620963e 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -1,9 +1,3 @@ -if HAVE_FT2 -FT2_SUBDIRS=seeking -else -FT2_SUBDIRS= -endif - if HAVE_GTK GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS) else @@ -17,4 +11,4 @@ GCONF_SUBDIRS= endif SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) switch -DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch level +DIST_SUBDIRS=capsfilter dynparams indexing gstplay switch level -- cgit