summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-01-18 20:19:44 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-01-18 20:19:44 +0000
commitb1e81d454192223e58f3225aa44785e940a90fd7 (patch)
tree15eb18d0c8dc1bdf9290d0c134daa40d9f100267 /ext
parentbed2cb631dd5c4cd84402b3ec6ee302f6bdbf62b (diff)
downloadgst-plugins-bad-b1e81d454192223e58f3225aa44785e940a90fd7.tar.gz
gst-plugins-bad-b1e81d454192223e58f3225aa44785e940a90fd7.tar.bz2
gst-plugins-bad-b1e81d454192223e58f3225aa44785e940a90fd7.zip
Check for libmusicbrainz
Original commit message from CVS: Check for libmusicbrainz Add the musicbrainz directory to the build process Update Changelog
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 4c7eff84..daaf5b8c 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -214,6 +214,12 @@ else
MPLEX_DIR=
endif
+if USE_MUSICBRAINZ
+MUSICBRAINZ_DIR=musicbrainz
+else
+MUSICBRAINZ_DIR=
+endif
+
if USE_OGG
OGG_DIR=ogg
else
@@ -340,6 +346,7 @@ SUBDIRS=\
$(MPEG2DEC_DIR) \
$(MPEG2ENC_DIR) \
$(MPLEX_DIR) \
+ $(MUSICBRAINZ_DIR) \
$(OGG_DIR) \
$(PANGO_DIR) \
$(RAW1394_DIR) \
@@ -393,6 +400,7 @@ DIST_SUBDIRS=\
mpeg2dec \
mpeg2enc \
mplex \
+ muscibrainz \
ogg \
pango \
raw1394 \