[vlc-commits] WinRT: don't compile the NTservice

Jean-Baptiste Kempf git at videolan.org
Mon May 16 11:45:41 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 16 10:48:35 2016 +0200| [f365b047ecfab42e453c8c7f2279de865fcff15d] | committer: Jean-Baptiste Kempf

WinRT: don't compile the NTservice

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f365b047ecfab42e453c8c7f2279de865fcff15d
---

 modules/control/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/control/Makefile.am b/modules/control/Makefile.am
index 06f258c..91208d6 100644
--- a/modules/control/Makefile.am
+++ b/modules/control/Makefile.am
@@ -64,8 +64,8 @@ libntservice_plugin_la_SOURCES = control/ntservice.c
 libwin_hotkeys_plugin_la_SOURCES = control/globalhotkeys/win32.c
 libwin_msg_plugin_la_SOURCES = control/win_msg.c
 if HAVE_WIN32
-control_LTLIBRARIES += libntservice_plugin.la
 if !HAVE_WINSTORE
+control_LTLIBRARIES += libntservice_plugin.la
 control_LTLIBRARIES += libwin_hotkeys_plugin.la libwin_msg_plugin.la
 endif
 endif



More information about the vlc-commits mailing list