From: RĂ©mi Denis-Courmont Date: Mon, 19 Oct 2009 19:34:57 +0000 (+0300) Subject: Maemo: globalhotkeys wouldn't make much sense X-Git-Tag: 1.1.0-ff~2765 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=843da0f1220721127087c530eafc36de7038a4ec Maemo: globalhotkeys wouldn't make much sense --- diff --git a/bin/vlc.c b/bin/vlc.c index a80a91807e..3dc0fe4f25 100644 --- 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);