Disable globalhotkeys, none interface on OS/2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
KO Myung-Hun 2011-10-10 20:44:11 +09:00 committed by Rémi Denis-Courmont
parent 4b5c54ec9f
commit 29d1b42ef2
1 changed files with 1 additions and 1 deletions

View File

@ -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))