[vlc-commits] contrib: qt4: native qt4 builds might just work

Rafaël Carré git at videolan.org
Wed Nov 9 19:35:53 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov  9 13:34:32 2011 -0500| [0c1e325d76d109ac8b32e69964360696eb00a7af] | committer: Rafaël Carré

contrib: qt4: native qt4 builds might just work

good luck anyway for people doing that

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c1e325d76d109ac8b32e69964360696eb00a7af
---

 contrib/src/qt4/rules.mak |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/contrib/src/qt4/rules.mak b/contrib/src/qt4/rules.mak
index 9d8d051..c478cbb 100644
--- a/contrib/src/qt4/rules.mak
+++ b/contrib/src/qt4/rules.mak
@@ -4,12 +4,9 @@ QT4_VERSION = 4.7.4
 QT4_URL := http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-$(QT4_VERSION).tar.gz
 
 # FIXME : OSX build
-# FIXME : native win32 build
-ifdef HAVE_CROSS_COMPILE
 ifdef HAVE_WIN32
 PKGS += qt4
 endif
-endif
 
 ifeq ($(call need_pkg,"QtCore QtGui"),)
 PKGS_FOUND += qt4



More information about the vlc-commits mailing list