From 731c3c844c4333fdd0377e0ae4624fd73bda6a6b Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 1 Sep 2005 17:41:01 +0000 Subject: [PATCH] * INSTALL.win32: Added SDL. --- INSTALL.win32 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL.win32 b/INSTALL.win32 index f00ce8cb19..7f4c0c5581 100644 --- a/INSTALL.win32 +++ b/INSTALL.win32 @@ -124,8 +124,8 @@ along those lines: LDFLAGS=-L/usr/win32/lib \ CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ ./configure --host=i586-mingw32msvc --build=i386-linux \ - --disable-sdl --disable-gtk \ - --enable-nls \ + --disable-gtk \ + --enable-nls --enable-sdl \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -148,8 +148,8 @@ along those lines: LDFLAGS=-L/usr/win32/lib \ CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ ./configure --host=i586-mingw32msvc --build=i386-linux \ - --disable-sdl --disable-gtk \ - --enable-nls \ + --disable-gtk \ + --enable-nls --enable-sdl \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -173,8 +173,8 @@ emulation layer, use something like this: LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ ./configure \ - --disable-sdl --disable-gtk \ - --enable-nls \ + --disable-gtk \ + --enable-nls --enable-sdl \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -197,8 +197,8 @@ lines: CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ ./configure \ - --disable-sdl --disable-gtk \ - --enable-nls \ + --disable-gtk \ + --enable-nls --enable-sdl \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ -- 2.39.5