[vlc-commits] Win32: add -lcomctl32 -luuid to Qt module
Martell Malone
git at videolan.org
Sat Nov 29 12:34:46 CET 2014
vlc/vlc-2.2 | branch: master | Martell Malone <martellmalone at gmail.com> | Tue Nov 25 17:13:11 2014 +0100| [a3e1052c13d642309f6bed80e278fa46e27d4d73] | committer: Jean-Baptiste Kempf
Win32: add -lcomctl32 -luuid to Qt module
(cherry picked from commit 53316b8c9f72de7788a4de7e08602b46ec7f17b7)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=a3e1052c13d642309f6bed80e278fa46e27d4d73
---
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