[Mplayer-cvslog] CVS: main/libmpdemux mpdemux.c,1.2,1.3
Alex Beregszaszi
alex at mplayerhq.hu
Sat Sep 7 22:30:34 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv6186
Modified Files:
mpdemux.c
Log Message:
removes old input code (forgot to commit this)
Index: mpdemux.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/mpdemux.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpdemux.c 24 Feb 2002 04:37:17 -0000 1.2
+++ mpdemux.c 7 Sep 2002 20:30:17 -0000 1.3
@@ -1,9 +1,6 @@
-
#include "config.h"
#include <stdlib.h>
-
-#ifdef HAVE_NEW_INPUT
#include "../input/input.h"
int mpdemux_check_interrupt(int time) {
mp_cmd_t* cmd;
@@ -26,12 +23,3 @@
return 0;
}
}
-
-#else // Default function
-int mpdemux_check_interrupt(int time){
- usec_sleep(time*1000);
- return 0;
-}
-#endif
-
-
More information about the MPlayer-cvslog
mailing list