mirror of https://github.com/mpv-player/mpv
workaround to compile without new-input support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5121 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7ea3f35c74
commit
642e989c5b
|
@ -60,6 +60,7 @@ void guiGetEvent( int type,char * arg )
|
|||
case guiSetPause: guiIntfStruct.Playing=2; mplState(); break;
|
||||
}
|
||||
break;
|
||||
#ifdef HAVE_NEW_INPUT
|
||||
case guiIEvent:
|
||||
printf( "cmd: %d\n",(int)arg );
|
||||
switch( (int)arg )
|
||||
|
@ -74,6 +75,7 @@ void guiGetEvent( int type,char * arg )
|
|||
mplEventHandling( guiCMDArray[ (int)arg - MP_CMD_GUI_EVENTS - 1 ],0 );
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue