git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only load globalhotkeys if requested by caller
[vlc.git]
/
bin
/
winvlc.c
diff --git
a/bin/winvlc.c
b/bin/winvlc.c
index
e752d08
..
a2d6616
100644
(file)
--- a/
bin/winvlc.c
+++ b/
bin/winvlc.c
@@
-147,6
+147,7
@@
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
vlc = libvlc_new (argc - 1, (const char **)argv + 1, &ex);
if (vlc != NULL)
{
+ libvlc_add_intf (vlc, "globalhotkeys,none", &ex);
libvlc_add_intf (vlc, NULL, &ex);
libvlc_playlist_play (vlc, -1, 0, NULL, &dummy);
libvlc_wait (vlc);