[vlc-devel] [PATCH 1/2] qt: do not use jpeg plugin with Qt5 on Windows, it will be built in

Rafaël Carré funman at videolan.org
Tue Mar 11 20:51:17 CET 2014


---
 modules/gui/qt4/qt4.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 9cb0b35..b27bb81 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -53,7 +53,6 @@
  #include <QtPlugin>
  #if QT_VERSION >= 0x050000
   Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
-  Q_IMPORT_PLUGIN(QJpegPlugin)
   Q_IMPORT_PLUGIN(AccessibleFactory)
  #else
   Q_IMPORT_PLUGIN(qjpeg)
-- 
1.9.0




More information about the vlc-devel mailing list