Commit 441ecda8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure for windows updates.

parent 32efe6b4
......@@ -16,8 +16,7 @@
--with-ffmpeg-config-path=/usr/win32/bin --with-ffmpeg-zlib \
--enable-live555 --with-live555-tree=/usr/win32/live.com \
--enable-dca \
--enable-mkv \
--enable-asademux --enable-csri \
--enable-libass \
--enable-x264 \
--enable-dvdread --with-dvdnav-config-path=/usr/win32/bin \
--enable-shout \
......
......@@ -3,5 +3,5 @@ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS="-L/usr/win32/lib" \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
CONFIG="./configure --host=i686-pc-mingw32 --disable-taglib" \
CONFIG="./configure --host=i686-pc-mingw32 --disable-taglib --disable-mkv" \
sh extras/package/win32/configure-common.sh
......@@ -3,5 +3,5 @@ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS="-L/usr/win32/lib" \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CONFIG="./configure --host=i586-mingw32msvc --build=i386-linux" \
CONFIG="./configure --host=i586-mingw32msvc --build=i386-linux --enable-mkv" \
sh 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