diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-16 13:37:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-16 13:37:47 +0000 |
commit | 27a2fdb58b6dfff73a3f258c2862fd2ee81d0fd5 (patch) | |
tree | 9709995cf70a4730bbb8e2cffad8647b18eeeb39 /tests | |
parent | 2ba9064bf84234c78790a2a1f66bedd305d19713 (diff) |
remove seeking example, they're in gst-plugins-base
Original commit message from CVS:
remove seeking example, they're in gst-plugins-base
Diffstat (limited to 'tests')
-rw-r--r-- | tests/old/examples/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
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 |