[Mplayer-cvslog] CVS: main/input input.c,1.44,1.45 input.h,1.16,1.17
Alex Beregszaszi
alex at mplayerhq.hu
Wed Aug 28 17:56:00 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.79,1.80
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.28,1.29 vo_gl2.c,1.21,1.22 vo_sdl.c,1.88,1.89 vo_xv.c,1.113,1.114 x11_common.c,1.95,1.96
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv31076/input
Modified Files:
input.c input.h
Log Message:
removed old input code
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- input.c 21 Aug 2002 20:44:29 -0000 1.44
+++ input.c 28 Aug 2002 15:55:57 -0000 1.45
@@ -1,7 +1,5 @@
#include "../config.h"
-#ifdef HAVE_NEW_INPUT
-
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -1346,5 +1344,3 @@
}
exit(0);
}
-
-#endif /* HAVE_NEW_INPUT */
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- input.h 4 Aug 2002 02:18:41 -0000 1.16
+++ input.h 28 Aug 2002 15:55:57 -0000 1.17
@@ -1,6 +1,3 @@
-
-#ifdef HAVE_NEW_INPUT
-
// All commands id
#define MP_CMD_SEEK 0
#define MP_CMD_AUDIO_DELAY 1
@@ -171,5 +168,3 @@
void
mp_input_uninit(void);
-
-#endif /* HAVE_NEW_INPUT */
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.79,1.80
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.28,1.29 vo_gl2.c,1.21,1.22 vo_sdl.c,1.88,1.89 vo_xv.c,1.113,1.114 x11_common.c,1.95,1.96
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list