diff mencoder.c @ 18267:89bd33b746b9

No need to include the whole libinput in mencoder for a single useless function.
author albeu
date Tue, 25 Apr 2006 02:01:21 +0000
parents 4231482179b6
children 21cafb27aa03
line wrap: on
line diff
--- a/mencoder.c	Tue Apr 25 01:38:02 2006 +0000
+++ b/mencoder.c	Tue Apr 25 02:01:21 2006 +0000
@@ -213,7 +213,11 @@
 char *info_sourceform=NULL;
 char *info_comment=NULL;
 
-
+// Needed by libmpdemux.
+int mp_input_check_interrupt(int time) {
+  usec_sleep(time);
+  return 0;
+}
 
 //char *out_audio_codec=NULL; // override audio codec
 //char *out_video_codec=NULL; // override video codec