comparison mplayer.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 c9b6a804f753
children 9c2c08ad519f
comparison
equal deleted inserted replaced
22822:79cac4f79e36 22823:98eaf29b5dee
186 186
187 //**************************************************************************// 187 //**************************************************************************//
188 //**************************************************************************// 188 //**************************************************************************//
189 189
190 // Common FIFO functions, and keyboard/event FIFO code 190 // Common FIFO functions, and keyboard/event FIFO code
191 #include "fifo.c" 191 #include "mp_fifo.h"
192 int noconsolecontrols=0; 192 int noconsolecontrols=0;
193 //**************************************************************************// 193 //**************************************************************************//
194 194
195 // Not all functions in mplayer.c take the context as an argument yet 195 // Not all functions in mplayer.c take the context as an argument yet
196 static MPContext *mpctx = &(MPContext){ 196 static MPContext *mpctx = &(MPContext){