X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL.win32;h=a46cb6105f27c026a3a149c79f237c1c5df86260;hb=05e3e9a73ea5ac5bfed158d2240011d67f8fe067;hp=7f4c0c5581341378683572dc6ca2063bf690ec2d;hpb=731c3c844c4333fdd0377e0ae4624fd73bda6a6b;p=vlc 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 \