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.
This commit is contained in:
cascardo at holoscopio dot com 2006-08-03 14:48:22 +00:00 committed by Tim-Philipp Müller
parent 5929ad4ac9
commit bf35fdde2c
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
Patch by: cascardo at holoscopio dot com
* ext/Makefile.am:
Use right variables when USE_SPC is defined.
2006-08-02 Wim Taymans <wim@fluendo.com>
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),

View file

@ -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