Commit 295e4f25 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: configure scripts updates

parent 21cc832d
......@@ -28,7 +28,8 @@
--enable-sse --enable-mmx \
--enable-libcddb \
--enable-zvbi --disable-telx \
--enable-sqlite \
--disable-dvb \
--disable-sqlite \
--disable-dirac \
--enable-peflags \
$CONFIGOPTS
......@@ -7,5 +7,5 @@ export CONTRIB_DIR="$1"
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CONFIGURE="${root}configure" \
CONFIGOPTS="--host=i586-mingw32msvc --build=i386-linux
--enable-dirac --enable-mkv --enable-taglib --enable-release --enable-nls --enable-projectm" \
--enable-mkv --enable-taglib --enable-release --enable-nls --enable-projectm" \
sh ${root}extras/package/win32/configure-common.sh
......@@ -7,5 +7,5 @@ export CONTRIB_DIR="$1"
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CONFIGURE="${root}configure" \
CONFIGOPTS="--host=i586-mingw32msvc --build=i386-linux
--enable-dirac --enable-mkv --enable-taglib --enable-debug --enable-projectm" \
--enable-mkv --enable-taglib --enable-debug --enable-projectm" \
sh ${root}extras/package/win32/configure-common.sh
......@@ -7,5 +7,5 @@ export CONTRIB_DIR="$1"
CC=gcc CXX=g++ \
CONFIGURE="${root}configure" \
CONFIGOPTS="--host=i586-mingw32msvc --build=i386-linux
--disable-mkv --disable-taglib --disable-nls --disable-dirac --enable-debug" \
--disable-mkv --disable-taglib --disable-nls --enable-debug" \
sh ${root}extras/package/win32/configure-common.sh
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