Commit 731c3c84 authored by Christophe Massiot's avatar Christophe Massiot

* INSTALL.win32: Added SDL.

parent 76355751
...@@ -124,8 +124,8 @@ along those lines: ...@@ -124,8 +124,8 @@ along those lines:
LDFLAGS=-L/usr/win32/lib \ LDFLAGS=-L/usr/win32/lib \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
./configure --host=i586-mingw32msvc --build=i386-linux \ ./configure --host=i586-mingw32msvc --build=i386-linux \
--disable-sdl --disable-gtk \ --disable-gtk \
--enable-nls \ --enable-nls --enable-sdl \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \ --with-wx-config-path=/usr/win32/bin \
...@@ -148,8 +148,8 @@ along those lines: ...@@ -148,8 +148,8 @@ along those lines:
LDFLAGS=-L/usr/win32/lib \ LDFLAGS=-L/usr/win32/lib \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
./configure --host=i586-mingw32msvc --build=i386-linux \ ./configure --host=i586-mingw32msvc --build=i386-linux \
--disable-sdl --disable-gtk \ --disable-gtk \
--enable-nls \ --enable-nls --enable-sdl \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \ --with-wx-config-path=/usr/win32/bin \
...@@ -173,8 +173,8 @@ emulation layer, use something like this: ...@@ -173,8 +173,8 @@ emulation layer, use something like this:
LDFLAGS=-L/usr/win32/lib \ LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \ ./configure \
--disable-sdl --disable-gtk \ --disable-gtk \
--enable-nls \ --enable-nls --enable-sdl \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \ --with-wx-config-path=/usr/win32/bin \
...@@ -197,8 +197,8 @@ lines: ...@@ -197,8 +197,8 @@ lines:
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \ LDFLAGS=-L/usr/win32/lib \
./configure \ ./configure \
--disable-sdl --disable-gtk \ --disable-gtk \
--enable-nls \ --enable-nls --enable-sdl \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \ --with-wx-config-path=/usr/win32/bin \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment