[vlc-commits] commit: Apple: do not try to run a non existing globalhotkey module. ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Jun 26 14:26:39 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 26 01:05:21 2010 +0200| [b3cf2dab5806ae57999a0d77b03a25ebd6558593] | committer: Jean-Baptiste Kempf 

Apple: do not try to run a non existing globalhotkey module.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/bin/vlc.c b/bin/vlc.c
index 5b2259d..53ab86a 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -185,7 +185,7 @@ int main( int i_argc, const char *ppsz_argv[] )
     {
         if (libvlc_add_intf (vlc, "signals"))
             pthread_sigmask (SIG_UNBLOCK, &set, NULL);
-#if !defined (HAVE_MAEMO)
+#if !defined (HAVE_MAEMO) && !defined __APPLE__
         libvlc_add_intf (vlc, "globalhotkeys,none");
 #endif
         if (libvlc_add_intf (vlc, NULL) == 0)



More information about the vlc-commits mailing list