diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ext/Makefile.am | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -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), 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 |