[vlc-devel] [PATCH 07/23] Maemo: do not try to load global hotkeys module
Rémi Denis-Courmont
remi at remlab.net
Sat Oct 3 19:52:14 CEST 2009
There are no multimedia keys on N900, so this is useless.
---
bin/vlc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index 4582318..7423ae4 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -152,7 +152,6 @@ 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_exception_clear (&ex);
libvlc_add_intf (vlc, NULL, &ex);
libvlc_playlist_play (vlc, -1, 0, NULL, &dummy);
--
1.6.4.3
More information about the vlc-devel
mailing list