[MPlayer-cvslog] r25553 - trunk/libvo/vo_xvr100.c
diego
subversion at mplayerhq.hu
Sun Dec 30 13:19:34 CET 2007
Author: diego
Date: Sun Dec 30 13:19:34 2007
New Revision: 25553
Log:
Add missing #include, fixes the warning:
vo_xvr100.c: In function 'draw_osd':
vo_xvr100.c:346: warning: implicit declaration of function 'vo_draw_text'
Modified:
trunk/libvo/vo_xvr100.c
Modified: trunk/libvo/vo_xvr100.c
==============================================================================
--- trunk/libvo/vo_xvr100.c (original)
+++ trunk/libvo/vo_xvr100.c Sun Dec 30 13:19:34 2007
@@ -49,6 +49,7 @@
#include "aspect.h"
#include "geometry.h"
#include "fastmemcpy.h"
+#include "sub.h"
#include "mp_msg.h"
More information about the MPlayer-cvslog
mailing list