summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2011-01-02 19:34:04 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-20 00:26:46 +0000
commitf3c812e06277a7534a4426999cc12b88f8e6374a (patch)
treeb16f6d5431253384e66d4a159c27c5f1ede168b6 /ext/Makefile.am
parent27354f065df047ca0d08a49daf15949d64426f3d (diff)
downloadgstreamer-plugins-bad-f3c812e06277a7534a4426999cc12b88f8e6374a.tar.gz
chromaprint: import Acoustid audio fingerprinting plugin
Imported from https://launchpad.net/gst-chromaprint
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 dc62386ca..a1636f690 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -58,6 +58,12 @@ else
CELT_DIR=
endif
+if USE_CHROMAPRINT
+CHROMAPRINT_DIR=chromaprint
+else
+CHROMAPRINT_DIR=
+endif
+
if USE_COG
COG_DIR=cog
else
@@ -397,6 +403,7 @@ SUBDIRS=\
$(BZ2_DIR) \
$(CDAUDIO_DIR) \
$(CELT_DIR) \
+ $(CHROMAPRINT_DIR) \
$(COG_DIR) \
$(CURL_DIR) \
$(DC1394_DIR) \
@@ -456,6 +463,7 @@ DIST_SUBDIRS = \
bz2 \
cdaudio \
celt \
+ chromaprint \
cog \
curl \
dc1394 \