comparison libvo/vo_aa.c @ 22823:98eaf29b5dee

Code cleanup: don't include a .c file in mplayer.c and fix a few "implicit declaration of function ¡Æmplayer_put_key¡Ç" warnings Based on Attila's suggestions. Approved by Uoti and Ivan.
author rathann
date Thu, 29 Mar 2007 17:16:11 +0000
parents ad7747bce52d
children c1ef739c185e
comparison
equal deleted inserted replaced
22822:79cac4f79e36 22823:98eaf29b5dee
35 #include "osdep/keycodes.h" 35 #include "osdep/keycodes.h"
36 #include <aalib.h> 36 #include <aalib.h>
37 #include "subopt-helper.h" 37 #include "subopt-helper.h"
38 #include "help_mp.h" 38 #include "help_mp.h"
39 #include "mp_msg.h" 39 #include "mp_msg.h"
40 #include "mp_fifo.h"
40 41
41 42
42 #define MESSAGE_DURATION 3 43 #define MESSAGE_DURATION 3
43 #define MESSAGE_SIZE 512 44 #define MESSAGE_SIZE 512
44 #define MESSAGE_DEKO " +++ %s +++ " 45 #define MESSAGE_DEKO " +++ %s +++ "
80 int aaconfigmode=1; 81 int aaconfigmode=1;
81 font_desc_t* vo_font_save = NULL; 82 font_desc_t* vo_font_save = NULL;
82 static struct SwsContext *sws=NULL; 83 static struct SwsContext *sws=NULL;
83 84
84 /* our version of the playmodes :) */ 85 /* our version of the playmodes :) */
85
86 extern void mplayer_put_key(int code);
87 86
88 /* to disable stdout outputs when curses/linux mode */ 87 /* to disable stdout outputs when curses/linux mode */
89 extern int quiet; 88 extern int quiet;
90 89
91 /* configuration */ 90 /* configuration */