Commit 29d1b42e authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

Disable globalhotkeys, none interface on OS/2

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 4b5c54ec
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment