From 29d1b42ef2943161ef6bc714fdc2accabec7ec72 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Mon, 10 Oct 2011 20:44:11 +0900 Subject: [PATCH] Disable globalhotkeys, none interface on OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- bin/vlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vlc.c b/bin/vlc.c index 11d09b278d..394211af2c 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)) -- 2.39.2