From 9322182ecd52af656a54d5a3f72c3c4336a4f9f2 Mon Sep 17 00:00:00 2001 From: Maciej Katafiasz Date: Wed, 22 Dec 2004 19:09:41 +0000 Subject: Add gstmms Original commit message from CVS: Add gstmms --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') 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 \ -- cgit