diff options
author | cascardo at holoscopio dot com <cascardo@holoscopio.com> | 2006-08-03 14:48:22 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-03 14:48:22 +0000 |
commit | bf35fdde2cbb00914c6d5a28570354c877d72d79 (patch) | |
tree | 3eefa771451fab77726a8be93088fdf16b7298c3 /ext | |
parent | 5929ad4ac9816f4431aa0aceef4016ac29194083 (diff) | |
download | gst-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')
-rw-r--r-- | ext/Makefile.am | 4 |
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 |