changeset 47:d84b391e1157

bugfix for SDL_mixer
author vog <vog@brutus.rentapacs>
date Mon, 02 Jul 2007 17:57:36 +0200
parents 1c26633d65a2
children 6891d9c6af8e
files build_mingw_cross_env.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Mon Jul 02 16:44:04 2007 +0200
+++ b/build_mingw_cross_env.sh	Mon Jul 02 17:57:36 2007 +0200
@@ -1351,7 +1351,8 @@
         --with-sdl-prefix="$PREFIX/$TARGET" \
         --disable-sdltest \
         --with-smpeg-prefix="$PREFIX/$TARGET" \
-        --disable-smpegtest
+        --disable-smpegtest \
+        --disable-music-mp3-shared
     $MAKE install bin_PROGRAMS= noinst_PROGRAMS=
     cd "$SOURCE"
     rm -rfv "SDL_mixer-$VERSION_SDL_mixer"