[vlc-devel] [PATCH 32/41] Disable globalhotkeys, none interface on OS/2
KO Myung-Hun
komh at chollian.net
Mon Oct 10 13:44:11 CEST 2011
---
bin/vlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index 11d09b2..394211a 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -208,7 +208,7 @@ int main( int i_argc, const char *ppsz_argv[] )
libvlc_set_user_agent (vlc, "VLC media player", "VLC/"PACKAGE_VERSION);
-#if !defined (HAVE_MAEMO) && !defined __APPLE__
+#if !defined (HAVE_MAEMO) && !defined __APPLE__ && !defined (__OS2__)
libvlc_add_intf (vlc, "globalhotkeys,none");
#endif
if (libvlc_add_intf (vlc, NULL))
--
1.7.3.2
More information about the vlc-devel
mailing list