From 843da0f1220721127087c530eafc36de7038a4ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 19 Oct 2009 22:34:57 +0300 Subject: [PATCH] Maemo: globalhotkeys wouldn't make much sense --- bin/vlc.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2