Skip to content
Snippets Groups Projects
Commit 843da0f1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Maemo: globalhotkeys wouldn't make much sense

parent 745e0851
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment