]> git.sesse.net Git - vlc/commitdiff
Hard-code MSN plugin on Windows
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:31:33 +0000 (22:31 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:31:33 +0000 (22:31 +0200)
configure.ac
modules/misc/notify/Modules.am

index e502fcce1baa784ac8e4046dbde13eb41217d8fd..5321755aed55a30c2c8ef5c0a6e3e14e60d9e889 100644 (file)
@@ -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
index 178771cc06781377e53e9057e8b2e2cef8e5d008..709a6616b2aebfc3d1c4e1c1c212e568276f54d0 100644 (file)
@@ -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