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 | b01792e15e9e30625a602f776656a8ac8c69e42c (patch) | |
tree | 31b5bc6b4c47514eab5a52ec487fa11fb739f583 /examples/Makefile.am | |
parent | ea28d448c6b96283f1abb3130c9958e74a1d4a1a (diff) | |
download | gst-plugins-bad-b01792e15e9e30625a602f776656a8ac8c69e42c.tar.gz gst-plugins-bad-b01792e15e9e30625a602f776656a8ac8c69e42c.tar.bz2 gst-plugins-bad-b01792e15e9e30625a602f776656a8ac8c69e42c.zip |
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 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 11f92220..4620963e 100644 --- a/examples/Makefile.am +++ b/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 |