[vlc-commits] win64: enable qt4 / skins2
Rafaël Carré
git at videolan.org
Wed Sep 28 23:34:48 CEST 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Sep 28 17:33:38 2011 -0400| [c0dfe4e90ef5b9786326d4578e0635c60f965df5] | committer: Rafaël Carré
win64: enable qt4 / skins2
the buildbot has been updated with a qt4 library, soon in a contrib near you
both do not build atm but fix will be easy once we can ensure win32 still builds
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0dfe4e90ef5b9786326d4578e0635c60f965df5
---
extras/package/win32/configure-mingw64.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/extras/package/win32/configure-mingw64.sh b/extras/package/win32/configure-mingw64.sh
index 881ff9f..20d4015 100755
--- a/extras/package/win32/configure-mingw64.sh
+++ b/extras/package/win32/configure-mingw64.sh
@@ -12,6 +12,5 @@ export CONTRIB_DIR
CONFIGURE="${root}configure" \
CONFIGOPTS="--host=x86_64-w64-mingw32 --build=i386-linux
- --enable-mkv --enable-taglib --enable-debug --disable-projectm
- --disable-qt4 --disable-skins2" \
+ --enable-mkv --enable-taglib --enable-debug --disable-projectm" \
sh ${root}extras/package/win32/configure-common.sh
More information about the vlc-commits
mailing list