# HG changeset patch # User Sam Lantinga # Date 1271341158 25200 # Node ID 08eaf23a2284db431e8e29be5667c13183ede80a # Parent 94b1903303554ec4f87b2bc5abd91daf102465b5 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 diff -r 94b190330355 -r 08eaf23a2284 configure.in --- a/configure.in Tue Apr 13 22:30:19 2010 -0700 +++ b/configure.in Thu Apr 15 07:19:18 2010 -0700 @@ -579,7 +579,6 @@ 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