summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2004-09-02 22:46:30 +0000
committerZeeshan Ali <zeenix@gmail.com>2004-09-02 22:46:30 +0000
commitd07fa8b17920744c4d587a30192897254f6b8ff4 (patch)
treef92b2e2481ff6cd5d1986260788afb2058c057de /ext/Makefile.am
parent4de25edc2eb8ed832e8decfeba2af36f370e7ef7 (diff)
downloadgst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.tar.gz
gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.tar.bz2
gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.zip
Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for
Original commit message from CVS: * Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for I hope i dont break anything. * Shifting the MAS plugin back from gst-rotten.
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 c74677e4..20f7993e 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -226,6 +226,12 @@ else
MPLEX_DIR=
endif
+if USE_MAS
+MAS_DIR=mas
+else
+MAS_DIR=
+endif
+
if USE_MUSICBRAINZ
MUSICBRAINZ_DIR=musicbrainz
else
@@ -381,6 +387,7 @@ SUBDIRS=\
$(LIBRFB_DIR) \
$(LIBVISUAL_DIR) \
$(MAD_DIR) \
+ $(MAS_DIR) \
$(MIKMOD_DIR) \
$(MPEG2DEC_DIR) \
$(MPEG2ENC_DIR) \
@@ -444,6 +451,7 @@ DIST_SUBDIRS=\
mpeg2dec \
mpeg2enc \
mplex \
+ mas \
musicbrainz \
nas \
ogg \