From 3a04d8edad2b851fc0384574c09e99bff26dbd62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 3 Feb 2010 22:31:33 +0200 Subject: [PATCH] Hard-code MSN plugin on Windows --- configure.ac | 1 - modules/misc/notify/Modules.am | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e502fcce1b..5321755aed 100644 --- a/configure.ac +++ b/configure.ac @@ -1171,7 +1171,6 @@ if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then elif test "${SYS}" != "mingwce"; then VLC_ADD_PLUGIN([access_smb]) VLC_ADD_PLUGIN([dmo]) - VLC_ADD_PLUGIN([msn]) VLC_ADD_LIBS([dmo],[-lole32 -luuid]) VLC_ADD_PLUGIN([globalhotkeys]) fi diff --git a/modules/misc/notify/Modules.am b/modules/misc/notify/Modules.am index 178771cc06..709a6616b2 100644 --- a/modules/misc/notify/Modules.am +++ b/modules/misc/notify/Modules.am @@ -9,3 +9,9 @@ SOURCES_growl_udp = growl_udp.c SOURCES_notify = notify.c SOURCES_xosd = xosd.c SOURCES_telepathy = telepathy.c + +if HAVE_WIN32 +if !HAVE_WINCE +libvlc_LTLIBRARIES += libmsn_plugin.la +endif +endif -- 2.39.2