[vlc-devel] commit: Accept 4.4.0, the bugs in 4.4.0 and 4.4.1 shouldn' t affect us too much. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue May 19 20:31:07 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 19 20:27:30 2009 +0200| [ae3edf03d62bcd7b517241ede9f67e004abe698b] | committer: Jean-Baptiste Kempf 

Accept 4.4.0, the bugs in 4.4.0 and 4.4.1 shouldn't affect us too much.

But well, fine distros should upgrade their minor libQt.

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index dd9aa11..f425b16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4960,7 +4960,7 @@ AC_ARG_ENABLE(qt4,
   AS_IF([test "${SYS}" = "darwin"], [enable_qt4=no])
 ])
 AS_IF([test "${enable_qt4}" != "no"], [
-  PKG_CHECK_MODULES(QT4, [QtCore QtGui >= 4.4.2], [
+  PKG_CHECK_MODULES(QT4, [QtCore QtGui >= 4.4.0], [
     VLC_ADD_PLUGIN([qt4])
     AC_DEFINE([HAVE_QT4], 1, [Define to 1 if you have QT4 library.])
     ALIASES="${ALIASES} qvlc"




More information about the vlc-devel mailing list