Commit 3a04d8ed authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Hard-code MSN plugin on Windows

parent 86c8774a
...@@ -1171,7 +1171,6 @@ if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then ...@@ -1171,7 +1171,6 @@ if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
elif test "${SYS}" != "mingwce"; then elif test "${SYS}" != "mingwce"; then
VLC_ADD_PLUGIN([access_smb]) VLC_ADD_PLUGIN([access_smb])
VLC_ADD_PLUGIN([dmo]) VLC_ADD_PLUGIN([dmo])
VLC_ADD_PLUGIN([msn])
VLC_ADD_LIBS([dmo],[-lole32 -luuid]) VLC_ADD_LIBS([dmo],[-lole32 -luuid])
VLC_ADD_PLUGIN([globalhotkeys]) VLC_ADD_PLUGIN([globalhotkeys])
fi fi
......
...@@ -9,3 +9,9 @@ SOURCES_growl_udp = growl_udp.c ...@@ -9,3 +9,9 @@ SOURCES_growl_udp = growl_udp.c
SOURCES_notify = notify.c SOURCES_notify = notify.c
SOURCES_xosd = xosd.c SOURCES_xosd = xosd.c
SOURCES_telepathy = telepathy.c SOURCES_telepathy = telepathy.c
if HAVE_WIN32
if !HAVE_WINCE
libvlc_LTLIBRARIES += libmsn_plugin.la
endif
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment