From: Jean-Baptiste Kempf Date: Sat, 26 Jun 2010 12:30:06 +0000 (+0200) Subject: Apple: do not try to run a non existing globalhotkey module. X-Git-Tag: 1.2.0-pre1~6059 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=9f1f778cf13ebc1c028cb9a77d141a453c45fded Apple: do not try to run a non existing globalhotkey module. --- diff --git a/bin/vlc.c b/bin/vlc.c index 2b287f163e..e317df119c 100644 --- 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))