From bf35fdde2cbb00914c6d5a28570354c877d72d79 Mon Sep 17 00:00:00 2001 From: cascardo at holoscopio dot com Date: Thu, 3 Aug 2006 14:48:22 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ ext/Makefile.am | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7374f14441..31d75a4d6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-03 Tim-Philipp Müller + + Patch by: cascardo at holoscopio dot com + + * ext/Makefile.am: + Use right variables when USE_SPC is defined. + 2006-08-02 Wim Taymans * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init), diff --git a/ext/Makefile.am b/ext/Makefile.am index 46d87baa02..b906e19c08 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