diff libvo/vo_winvidix.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 3470c810527b
children 3aee342be929
line wrap: on
line diff
--- a/libvo/vo_winvidix.c	Thu Mar 29 09:27:36 2007 +0000
+++ b/libvo/vo_winvidix.c	Thu Mar 29 17:16:11 2007 +0000
@@ -22,11 +22,11 @@
 
 #include "aspect.h"
 #include "mp_msg.h"
+#include "mp_fifo.h"
 
 #include "vosub_vidix.h"
 #include "vidix/vidixlib.h"
 
-extern void mplayer_put_key(int code);
 
 static vo_info_t info = 
 {