From: KO Myung-Hun Date: Mon, 10 Oct 2011 11:44:11 +0000 (+0900) Subject: Disable globalhotkeys, none interface on OS/2 X-Git-Tag: 1.2.0-pre1~265 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=29d1b42ef2943161ef6bc714fdc2accabec7ec72;p=vlc Disable globalhotkeys, none interface on OS/2 Signed-off-by: RĂ©mi Denis-Courmont --- 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))