diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-10 13:21:09 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-10 13:26:13 +0100 |
commit | e591dcd64cfd672f380fbce0602457c9d4e08993 (patch) | |
tree | 6876d3a7517752e998a3677001714b5ed33dacac | |
parent | 4aea6354e0bddec37ac8b462e35f53a7f556abe8 (diff) | |
download | gst-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.am | 2 |
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 |