mirror of https://github.com/mpv-player/mpv
fixes build with new-input disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4833 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e07d2921f4
commit
03ee5086e5
|
@ -28,7 +28,7 @@ int mpdemux_check_interrupt(int time) {
|
|||
}
|
||||
|
||||
#else // Default function
|
||||
int mpdemux_input_check_interrupt(int time){
|
||||
int mpdemux_check_interrupt(int time){
|
||||
usec_sleep(time*1000);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue