diff options
author | David Schleef <ds@schleef.org> | 2003-10-31 20:01:39 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-31 20:01:39 +0000 |
commit | 5bc252df9e2a4ac868a62f3b39327dfa32ecc0ee (patch) | |
tree | ab67cf0d8f29ec972767fe6de3a2f5549caf9220 /gst-libs/gst/Makefile.am | |
parent | 2afed7c92a10bf094172a84fd1a371b430c1b070 (diff) | |
download | gst-plugins-bad-5bc252df9e2a4ac868a62f3b39327dfa32ecc0ee.tar.gz gst-plugins-bad-5bc252df9e2a4ac868a62f3b39327dfa32ecc0ee.tar.bz2 gst-plugins-bad-5bc252df9e2a4ac868a62f3b39327dfa32ecc0ee.zip |
Oops, didn't mean to remove riff
Original commit message from CVS:
Oops, didn't mean to remove riff
Diffstat (limited to 'gst-libs/gst/Makefile.am')
-rw-r--r-- | gst-libs/gst/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 699e5896..48550ede 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -13,13 +13,13 @@ endif SUBDIRS = audio colorbalance floatcast \ $(GCONF_DIR) idct media-info \ mixer navigation play propertyprobe \ - resample tuner video \ + resample riff tuner video \ xoverlay $(X_DIR) DIST_SUBDIRS = audio colorbalance floatcast \ gconf idct media-info \ mixer navigation play propertyprobe \ - resample tuner video \ + resample riff tuner video \ xoverlay xwindowlistener |