Commit 9f1f778c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent cc5b3af0
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment