From 6976083efdaa92d3a346a56413338294b2a1b2eb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 15 Apr 2010 07:19:18 -0700 Subject: [PATCH] SDL_mixer configure bug patch (double music_modplug.o linking) Jon Atkins to Sam Sam, was playing with the new hg repo of SDL_mixer and had trouble with the mad music configure option adding the modplug source when it shouldn't! here's the hg diff for the fix. -- Jon --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 4f627e2d..606c67c3 100644 --- a/configure.in +++ b/configure.in @@ -579,7 +579,6 @@ if test x$enable_music_mp3_mad_gpl = xyes; then SOURCES="$SOURCES $srcdir/music_mad.c" EXTRA_CFLAGS="$EXTRA_CFLAGS -DMP3_MAD_MUSIC" EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lmad" - SOURCES="$SOURCES $srcdir/music_modplug.c" else AC_MSG_WARN([*** Unable to find MAD library (http://www.underbit.com/products/mad/)]) fi