summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 06:41:43 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 06:41:43 +0200
commitc57eca3f0b254497649ac2474036ccbe406de8c5 (patch)
treeab9aee904a5005b9e0bcecd187174311c297775c /ext/Makefile.am
parente268bd6e28c4ba7b1d8c86b0885a837b793c1f15 (diff)
downloadgst-plugins-bad-c57eca3f0b254497649ac2474036ccbe406de8c5.tar.gz
gst-plugins-bad-c57eca3f0b254497649ac2474036ccbe406de8c5.tar.bz2
gst-plugins-bad-c57eca3f0b254497649ac2474036ccbe406de8c5.zip
spc: Rename SPC plugin to GME
as preparation for enabling support for non-SPC gaming console sound files.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index e2e4cc52..d480fdc4 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -306,10 +306,10 @@ else
SOUNDTOUCH_DIR=
endif
-if USE_SPC
-SPC_DIR=spc
+if USE_GME
+GME_DIR=gme
else
-SPC_DIR=
+GME_DIR=
endif
if USE_SWFDEC
@@ -392,7 +392,7 @@ SUBDIRS=\
$(SMOOTHWAVE_DIR) \
$(SNDFILE_DIR) \
$(SOUNDTOUCH_DIR) \
- $(SPC_DIR) \
+ $(GME_DIR) \
$(SWFDEC_DIR) \
$(TARKIN_DIR) \
$(THEORA_DIR) \
@@ -439,7 +439,7 @@ DIST_SUBDIRS = \
sdl \
sndfile \
soundtouch \
- spc \
+ gme \
swfdec \
theora \
timidity \