[vlc-devel] commit: Maemo: globalhotkeys wouldn't make much sense ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Oct 19 21:35:33 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 19 22:34:57 2009 +0300| [843da0f1220721127087c530eafc36de7038a4ec] | committer: Rémi Denis-Courmont 

Maemo: globalhotkeys wouldn't make much sense

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=843da0f1220721127087c530eafc36de7038a4ec
---

 bin/vlc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/vlc.c b/bin/vlc.c
index a80a918..3dc0fe4 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);




More information about the vlc-devel mailing list