git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745e085
)
Maemo: globalhotkeys wouldn't make much sense
author
Rémi Denis-Courmont
<remi@remlab.net>
Mon, 19 Oct 2009 19:34:57 +0000
(22:34 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Mon, 19 Oct 2009 19:34:57 +0000
(22:34 +0300)
bin/vlc.c
patch
|
blob
|
history
diff --git
a/bin/vlc.c
b/bin/vlc.c
index
a80a918
..
3dc0fe4
100644
(file)
--- a/
bin/vlc.c
+++ b/
bin/vlc.c
@@
-154,7
+154,9
@@
int main( int i_argc, const char *ppsz_argv[] )
libvlc_exception_clear (&ex);
pthread_sigmask (SIG_UNBLOCK, &set, NULL);
}
+#if !defined (HAVE_MAEMO)
libvlc_add_intf (vlc, "globalhotkeys,none", &ex);
+#endif
libvlc_exception_clear (&ex);
libvlc_add_intf (vlc, NULL, &ex);
libvlc_playlist_play (vlc, -1, 0, NULL, &dummy);