summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorcascardo at holoscopio dot com <cascardo@holoscopio.com>2006-08-03 14:48:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-03 14:48:22 +0000
commitbf35fdde2cbb00914c6d5a28570354c877d72d79 (patch)
tree3eefa771451fab77726a8be93088fdf16b7298c3 /ext/Makefile.am
parent5929ad4ac9816f4431aa0aceef4016ac29194083 (diff)
downloadgst-plugins-bad-bf35fdde2cbb00914c6d5a28570354c877d72d79.tar.gz
gst-plugins-bad-bf35fdde2cbb00914c6d5a28570354c877d72d79.tar.bz2
gst-plugins-bad-bf35fdde2cbb00914c6d5a28570354c877d72d79.zip
ext/Makefile.am: Use right variables when USE_SPC is defined.
Original commit message from CVS: Patch by: cascardo at holoscopio dot com * ext/Makefile.am: Use right variables when USE_SPC is defined.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 46d87baa..b906e19c 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -203,9 +203,9 @@ SOUNDTOUCH_DIR=
endif
if USE_SPC
-SDL_DIR=spc
+SPC_DIR=spc
else
-SDL_DIR=
+SPC_DIR=
endif
if USE_SWFDEC