From: RĂ©mi Denis-Courmont Date: Wed, 3 Feb 2010 20:31:33 +0000 (+0200) Subject: Hard-code MSN plugin on Windows X-Git-Tag: 1.1.0-ff~470 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3a04d8edad2b851fc0384574c09e99bff26dbd62;p=vlc Hard-code MSN plugin on Windows --- 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