[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:30:15 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 26 14:30:06 2010 +0200| [9f1f778cf13ebc1c028cb9a77d141a453c45fded] | committer: Jean-Baptiste Kempf
Apple: do not try to run a non existing globalhotkey module.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f1f778cf13ebc1c028cb9a77d141a453c45fded
---
bin/vlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index 2b287f1..e317df1 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))
More information about the vlc-commits
mailing list