Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
3a04d8ed
Commit
3a04d8ed
authored
Feb 03, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hard-code MSN plugin on Windows
parent
86c8774a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
configure.ac
configure.ac
+0
-1
modules/misc/notify/Modules.am
modules/misc/notify/Modules.am
+6
-0
No files found.
configure.ac
View file @
3a04d8ed
...
@@ -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
...
...
modules/misc/notify/Modules.am
View file @
3a04d8ed
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment