diff options
author | Maciej Katafiasz <mathrick@mathrick.org> | 2004-12-22 19:09:41 +0000 |
---|---|---|
committer | Maciej Katafiasz <mathrick@mathrick.org> | 2004-12-22 19:09:41 +0000 |
commit | 3bb9d18d1ca8737ad90dbe4b60b144d1edf1aa1b (patch) | |
tree | efecfecb72a964adc7dd8ac54c1b4b5f4d2e4188 /ext | |
parent | 27efd6e0540675a5a0027b49d52175983bddd030 (diff) | |
download | gst-plugins-bad-3bb9d18d1ca8737ad90dbe4b60b144d1edf1aa1b.tar.gz gst-plugins-bad-3bb9d18d1ca8737ad90dbe4b60b144d1edf1aa1b.tar.bz2 gst-plugins-bad-3bb9d18d1ca8737ad90dbe4b60b144d1edf1aa1b.zip |
Add gstmms
Original commit message from CVS:
Add gstmms
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 934e0a2c..6f57627b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -226,6 +226,12 @@ else LIBVISUAL_DIR= endif +if USE_LIBMMS +LIBMMS_DIR=libmms +else +LIBMMS_DIR= +endif + if USE_MAD MAD_DIR=mad else @@ -415,6 +421,7 @@ SUBDIRS=\ $(GNOMEVFS_DIR) \ $(GSM_DIR) \ $(HERMES_DIR) \ + $(LIBMMS_DIR) \ $(JACK_DIR) \ $(JPEG_DIR) \ $(LADSPA_DIR) \ @@ -472,6 +479,7 @@ DIST_SUBDIRS=\ dvdread \ dvdnav \ esd \ + libmms \ faac \ faad \ flac \ |