From bf3e9a51e4f643d3277d29dfc965a80cfe94398e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C4=81nis=20R=C5=ABcis?= Date: Tue, 1 Jan 2008 05:27:23 +0200 Subject: [PATCH] Removed SDL_image and SDL_mixer instructions. --- SETUP | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/SETUP b/SETUP index f9997b6..6ff85e0 100644 --- a/SETUP +++ b/SETUP @@ -85,17 +85,6 @@ http://gnuwin32.sourceforge.net/packages/jpeg.htm ------------------------------------------------------------------------------- -SDL_image -http://www.libsdl.org/projects/SDL_image/ - - cross-configure \ - --disable-jpg-shared \ - --disable-png-shared \ - --disable-tif - cross-make && cross-make install - -------------------------------------------------------------------------------- - libogg http://xiph.org/downloads/ @@ -115,22 +104,6 @@ http://xiph.org/downloads/ ------------------------------------------------------------------------------- -SDL_mixer -http://www.libsdl.org/projects/SDL_mixer/ - - # Disabled MP3 support because the configure script was trying to - # use the build system's SMPEG. Disabled everything else because - # Neverball doesn't need it. - cross-configure \ - --disable-music-ogg-shared \ - --disable-music-midi \ - --disable-music-timidity-midi \ - --disable-music-mod \ - --disable-music-mp3 - cross-make && cross-make install - -------------------------------------------------------------------------------- - FreeType http://www.freetype.org/ -- 2.11.4.GIT