summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-08 21:17:37 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-08 21:20:30 +0200
commit8ad3f148734f6f5b89dcb84157f5cc083956f7eb (patch)
tree269784b25dfa134de9796c600aec7ebbe42220a8 /ext/Makefile.am
parent24217ee31a5030f528e13a94233580e86d70baf0 (diff)
downloadgst-plugins-bad-8ad3f148734f6f5b89dcb84157f5cc083956f7eb.tar.gz
gst-plugins-bad-8ad3f148734f6f5b89dcb84157f5cc083956f7eb.tar.bz2
gst-plugins-bad-8ad3f148734f6f5b89dcb84157f5cc083956f7eb.zip
spc: Add the OpenSPC spc plugin again
The gme plugin obsoletes it but it might still be useful for users that don't have gme yet or prefer openspc for some reason.
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 d480fdc4..31dd00a4 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -306,6 +306,12 @@ else
SOUNDTOUCH_DIR=
endif
+if USE_SPC
+SPC_DIR=gme
+else
+SPC_DIR=
+endif
+
if USE_GME
GME_DIR=gme
else
@@ -393,6 +399,7 @@ SUBDIRS=\
$(SNDFILE_DIR) \
$(SOUNDTOUCH_DIR) \
$(GME_DIR) \
+ $(SPC_DIR) \
$(SWFDEC_DIR) \
$(TARKIN_DIR) \
$(THEORA_DIR) \
@@ -439,6 +446,7 @@ DIST_SUBDIRS = \
sdl \
sndfile \
soundtouch \
+ spc \
gme \
swfdec \
theora \