summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-11-11 13:59:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-11-11 13:59:51 +0000
commit980d56b86af089023cc0159cf12c6883c8346c73 (patch)
treef34c197ad69dd5b68ed2b3f96e2107dc3fe53799
parent18d96e16ece85d8fe9baa45beea31bb541e13dba (diff)
downloadgstreamer-plugins-bad-980d56b86af089023cc0159cf12c6883c8346c73.tar.gz
adding media info
Original commit message from CVS: adding media info
-rw-r--r--gst-libs/gst/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index 1eeac77f4..22175dbcc 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -4,6 +4,8 @@ else
GCONF_DIR=
endif
-SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) video play
+SUBDIRS = audio idct resample riff floatcast \
+ $(GCONF_DIR) media-info play video
-DIST_SUBDIRS = audio idct resample riff floatcast gconf video play
+DIST_SUBDIRS = audio idct resample riff floatcast \
+ gconf media-info play video