[vlc-commits] Win32: add -lcomctl32 -luuid to Qt module
    Martell Malone 
    git at videolan.org
       
    Tue Nov 25 17:36:18 CET 2014
    
    
  
vlc | branch: master | Martell Malone <martellmalone at gmail.com> | Tue Nov 25 17:13:11 2014 +0100| [53316b8c9f72de7788a4de7e08602b46ec7f17b7] | committer: Jean-Baptiste Kempf
Win32: add -lcomctl32 -luuid to Qt module
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=53316b8c9f72de7788a4de7e08602b46ec7f17b7
---
 modules/gui/qt4/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/Makefile.am b/modules/gui/qt4/Makefile.am
index c608999..1a564cf 100644
--- a/modules/gui/qt4/Makefile.am
+++ b/modules/gui/qt4/Makefile.am
@@ -20,7 +20,7 @@ libqt4_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(guidir)'
 if HAVE_OS2
 else
 if HAVE_WIN32
-libqt4_plugin_la_LIBADD += -lole32
+libqt4_plugin_la_LIBADD += -lole32 -lcomctl32 -luuid
 else
 libqt4_plugin_la_LIBADD += $(X_LIBS) $(X_PRE_LIB) -lX11
 endif
    
    
More information about the vlc-commits
mailing list