]> git.sesse.net Git - vlc/commitdiff
Apple: do not try to run a non existing globalhotkey module.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jun 2010 12:30:06 +0000 (14:30 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jun 2010 12:30:06 +0000 (14:30 +0200)
bin/vlc.c

index 2b287f163e177db89bdcdba86bd2326d1300b646..e317df119c86b5d2ce1f59a286ae513e5ef6d085 100644 (file)
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -199,7 +199,7 @@ int main( int i_argc, const char *ppsz_argv[] )
     if (vlc == NULL)
         goto out;
 
-#if !defined (HAVE_MAEMO)
+#if !defined (HAVE_MAEMO) && !defined __APPLE__
     libvlc_add_intf (vlc, "globalhotkeys,none");
 #endif
     if (libvlc_add_intf (vlc, NULL))