[vlc-commits] Win32: don't build WM_* based plugins under WinRT
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Nov 21 15:20:45 CET 2014
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 21 15:19:50 2014 +0100| [31d8cc64764ca55122a91a57e35351161051e8b6] | committer: Jean-Baptiste Kempf
Win32: don't build WM_* based plugins under WinRT
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31d8cc64764ca55122a91a57e35351161051e8b6
---
 modules/control/Modules.am |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/modules/control/Modules.am b/modules/control/Modules.am
index 88693de..b60d5c3 100644
--- a/modules/control/Modules.am
+++ b/modules/control/Modules.am
@@ -57,5 +57,7 @@ endif
 libwin_hotkeys_plugin_la_SOURCES = globalhotkeys/win32.c
 libwin_msg_plugin_la_SOURCES = win_msg.c
 if HAVE_WIN32
+if !HAVE_WINSTORE
 control_LTLIBRARIES += libwin_hotkeys_plugin.la libwin_msg_plugin.la
 endif
+endif
    
    
More information about the vlc-commits
mailing list