mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-10 06:31:39 +00:00
Update build script to use SDL 1.2.15 and SDL_mixer 1.2.12. These new
releases fix some issues on Mac OS X. Subversion-branch: /buildscripts Subversion-revision: 2488
This commit is contained in:
parent
f72204d128
commit
e8690eedfb
1 changed files with 2 additions and 2 deletions
|
@ -367,7 +367,7 @@ else
|
|||
|
||||
SDL_PREFIX=$INSTALL_DIR
|
||||
|
||||
fetch_and_build_module http://www.libsdl.org/release/ SDL 1.2.14 \
|
||||
fetch_and_build_module http://www.libsdl.org/release/ SDL 1.2.15 \
|
||||
"$SDL_BUILD_OPTIONS $HOST_ARG"
|
||||
fi
|
||||
|
||||
|
@ -388,7 +388,7 @@ if $force_build_sdl || ! have_header SDL_mixer.h; then
|
|||
--disable-music-flac --disable-music-mp3"
|
||||
|
||||
fetch_and_build_module http://www.libsdl.org/projects/SDL_mixer/release/ \
|
||||
SDL_mixer 1.2.11 "$HOST_ARG $mixer_opts"
|
||||
SDL_mixer 1.2.12 "$HOST_ARG $mixer_opts"
|
||||
fi
|
||||
|
||||
# Optional libsamplerate support:
|
||||
|
|
Loading…
Reference in a new issue