]> git.sesse.net Git - vlc/commitdiff
* INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin.
authorChristophe Massiot <massiot@videolan.org>
Thu, 22 Sep 2005 15:39:37 +0000 (15:39 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 22 Sep 2005 15:39:37 +0000 (15:39 +0000)
INSTALL.win32

index 7f4c0c5581341378683572dc6ca2063bf690ec2d..a46cb6105f27c026a3a149c79f237c1c5df86260 100644 (file)
@@ -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 \