[MPlayer-cvslog] r24398 - trunk/libvo/sub.c

diego subversion at mplayerhq.hu
Mon Sep 10 13:10:50 CEST 2007


Author: diego
Date: Mon Sep 10 13:10:50 2007
New Revision: 24398

Log:
warning fix:
sub.c: In function 'vo_update_text_teletext':
sub.c:293: warning: implicit declaration of function 'GetTimer'


Modified:
   trunk/libvo/sub.c

Modified: trunk/libvo/sub.c
==============================================================================
--- trunk/libvo/sub.c	(original)
+++ trunk/libvo/sub.c	Mon Sep 10 13:10:50 2007
@@ -16,6 +16,7 @@
 
 #ifdef HAVE_TV_TELETEXT
 #include "stream/tv.h"
+#include "osdep/timer.h"
 #endif
 
 #include "mplayer.h"



More information about the MPlayer-cvslog mailing list