mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
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
|
#else // Default function
|
||||||
int mpdemux_input_check_interrupt(int time){
|
int mpdemux_check_interrupt(int time){
|
||||||
usec_sleep(time*1000);
|
usec_sleep(time*1000);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user