Mercurial > hg > mxe-octave-anirudha
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 +++ b/build_mingw_cross_env.sh @@ -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"