summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-05-12 20:32:23 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-05-12 20:57:25 +0100
commit0c23ac056552102c42fa95a3a5edfeef894a5276 (patch)
treefefbbad711d8d28c60e0ec0abd031035e48fb1db /ext/Makefile.am
parentb3e70d30cf84adfd5a12b3aed4b77f4e52c45f76 (diff)
downloadgstreamer-plugins-bad-0c23ac056552102c42fa95a3a5edfeef894a5276.tar.gz
musicbrainz: remove trm element which is not useful any more
TRM IDs are MusicBrainz' old audio fingerprinting system from Relatable, they were phased out in favour of MusicIPs PUIDs. https://wiki.musicbrainz.org/History:TRM
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index fa729b752..3c15a7bd7 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -202,12 +202,6 @@ else
MUSEPACK_DIR=
endif
-if USE_MUSICBRAINZ
-MUSICBRAINZ_DIR=musicbrainz
-else
-MUSICBRAINZ_DIR=
-endif
-
if USE_MYTHTV
MYTHTV_DIR=mythtv
else
@@ -426,7 +420,6 @@ SUBDIRS=\
$(MIMIC_DIR) \
$(MPLEX_DIR) \
$(MUSEPACK_DIR) \
- $(MUSICBRAINZ_DIR) \
$(MYTHTV_DIR) \
$(NAS_DIR) \
$(NEON_DIR) \
@@ -486,7 +479,6 @@ DIST_SUBDIRS = \
mpg123 \
mplex \
musepack \
- musicbrainz \
mythtv \
nas \
neon \