[vlc-commits] Disable globalhotkeys, none interface on OS/2
KO Myung-Hun
git at videolan.org
Mon Oct 10 16:29:38 CEST 2011
vlc | branch: master | KO Myung-Hun <komh at chollian.net> | Mon Oct 10 20:44:11 2011 +0900| [29d1b42ef2943161ef6bc714fdc2accabec7ec72] | committer: Rémi Denis-Courmont
Disable globalhotkeys, none interface on OS/2
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29d1b42ef2943161ef6bc714fdc2accabec7ec72
---
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))
More information about the vlc-commits
mailing list