From: Christophe Massiot Date: Thu, 22 Sep 2005 15:39:37 +0000 (+0000) Subject: * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin. X-Git-Tag: 0.8.4~439 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=79654985a3bec4ac76abd4455a08659fc86c4390;hp=92c873f061c85d46a2ed611d70fc394e9e66c5be;p=vlc * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin. --- diff --git a/INSTALL.win32 b/INSTALL.win32 index 7f4c0c5581..a46cb6105f 100644 --- a/INSTALL.win32 +++ b/INSTALL.win32 @@ -125,7 +125,7 @@ along those lines: CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ ./configure --host=i586-mingw32msvc --build=i386-linux \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -149,7 +149,7 @@ along those lines: CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ ./configure --host=i586-mingw32msvc --build=i386-linux \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -174,7 +174,7 @@ emulation layer, use something like this: CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ ./configure \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -198,7 +198,7 @@ lines: LDFLAGS=-L/usr/win32/lib \ ./configure \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \