[vlc-devel] commit: Hard-code MSN plugin on Windows ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Feb 3 21:31:43 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb  3 22:31:33 2010 +0200| [3a04d8edad2b851fc0384574c09e99bff26dbd62] | committer: Rémi Denis-Courmont 

Hard-code MSN plugin on Windows

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

 configure.ac                   |    1 -
 modules/misc/notify/Modules.am |    6 ++++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e502fcc..5321755 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 178771c..709a661 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




More information about the vlc-devel mailing list