summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-10 13:21:09 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-10 13:26:13 +0100
commite591dcd64cfd672f380fbce0602457c9d4e08993 (patch)
tree6876d3a7517752e998a3677001714b5ed33dacac
parent4aea6354e0bddec37ac8b462e35f53a7f556abe8 (diff)
downloadgst-plugins-bad-e591dcd64cfd672f380fbce0602457c9d4e08993.tar.gz
gst-plugins-bad-e591dcd64cfd672f380fbce0602457c9d4e08993.tar.bz2
gst-plugins-bad-e591dcd64cfd672f380fbce0602457c9d4e08993.zip
spc: fix typo in Makefile.am and build the right plugin (spc not gme)
-rw-r--r--ext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 31dd00a4..da5085e4 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -307,7 +307,7 @@ SOUNDTOUCH_DIR=
endif
if USE_SPC
-SPC_DIR=gme
+SPC_DIR=spc
else
SPC_DIR=
endif