Commit a5ef66f6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Deactivate projectM on Win32 for the release.

It just doesn't work...
I hope we can fix it sometime in the 1.1.x branch
parent aa863633
......@@ -8,5 +8,5 @@ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS="-L/usr/win32/lib" \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CONFIG="${root}configure --host=i586-mingw32msvc --build=i386-linux
--enable-dirac --enable-mkv --enable-taglib --enable-release --enable-nls --enable-projectm" \
--enable-dirac --enable-mkv --enable-taglib --enable-release --enable-nls --disable-projectm" \
sh ${root}extras/package/win32/configure-common.sh
......@@ -8,5 +8,5 @@ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS="-L/usr/win32/lib" \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CONFIG="${root}configure --host=i586-mingw32msvc --build=i386-linux
--enable-dirac --enable-mkv --enable-taglib --enable-debug --enable-projectm" \
--enable-dirac --enable-mkv --enable-taglib --enable-debug --disable-projectm" \
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