summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorMaciej Katafiasz <mathrick@mathrick.org>2004-12-22 19:09:41 +0000
committerMaciej Katafiasz <mathrick@mathrick.org>2004-12-22 19:09:41 +0000
commit9322182ecd52af656a54d5a3f72c3c4336a4f9f2 (patch)
treefe6c8dc60bb2c3eae372a8a0c4ea6d77cadb8e39 /ext/Makefile.am
parent837437be40dfad52bb353eec27a2852ab1b62f8e (diff)
Add gstmms
Original commit message from CVS: Add gstmms
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
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 \