vlc | branch: master | Martell Malone <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
