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
/
vlc.c
diff --git
a/bin/vlc.c
b/bin/vlc.c
index
3a15722
..
55f7c5f
100644
(file)
--- a/
bin/vlc.c
+++ b/
bin/vlc.c
@@
-151,6
+151,7
@@
int main( int i_argc, const char *ppsz_argv[] )
libvlc_exception_clear (&ex);
pthread_sigmask (SIG_UNBLOCK, &set, 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);