CVS: main/input input.c,1.44,1.45 input.h,1.16,1.17
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 */
participants (1)
-
Alex Beregszaszi