Skip to content

Commit

Permalink
SDL_mixer configure bug patch (double music_modplug.o linking)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
slouken committed Apr 15, 2010
1 parent 24076d5 commit 6976083
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 6976083

Please sign in to comment.