diff -r 2abf9ea19a38 -r cf12f07d6f24 project_files/Android-build/download_libs.sh --- a/project_files/Android-build/download_libs.sh Tue Jan 24 01:59:28 2012 +0100 +++ b/project_files/Android-build/download_libs.sh Tue Jan 24 02:47:51 2012 +0100 @@ -7,12 +7,12 @@ mv SDL-android-project/jni/tmp/* SDL-android-project/jni/$2 #move the tmp dir to the jni directory rm tmp.zip #remove old tmp dir } -download_and_zip http://www.libsdl.org/projects/SDL_image/libs/jpegsr8d.zip jpeg -download_and_zip http://www.libsdl.org/projects/SDL_image/libs/lpng157.zip png +download_and_zip http://www.xelification.com/tmp/jpeg.zip jpeg +download_and_zip http://www.xelification.com/tmp/png.zip png download_and_zip http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.zip SDL_image download_and_zip http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.zip SDL_mixer download_and_zip http://www.xelification.com/tmp/mikmod.zip mikmod #temporary url since the libsdl.org site doesn't work at the moment -download_and_zip http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.zip SDL_net +download_and_zip http://www.xelification.com/tmp/SDL_net.zip SDL_net download_and_zip http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.zip SDL_ttf download_and_zip http://www.libsdl.org/tmp/SDL-1.3.zip SDL