diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-11 13:59:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-11 13:59:51 +0000 |
commit | 980d56b86af089023cc0159cf12c6883c8346c73 (patch) | |
tree | f34c197ad69dd5b68ed2b3f96e2107dc3fe53799 | |
parent | 18d96e16ece85d8fe9baa45beea31bb541e13dba (diff) | |
download | gst-plugins-bad-980d56b86af089023cc0159cf12c6883c8346c73.tar.gz gst-plugins-bad-980d56b86af089023cc0159cf12c6883c8346c73.tar.bz2 gst-plugins-bad-980d56b86af089023cc0159cf12c6883c8346c73.zip |
adding media info
Original commit message from CVS:
adding media info
-rw-r--r-- | gst-libs/gst/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 1eeac77f..22175dbc 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 |