From 89e9c29affa22e42bcddfcd72db99ee22961666b Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 7 Jun 2002 22:43:29 +0000 Subject: warning & newline fixes by Dominik Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/mga_common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libvo/mga_common.c') diff --git a/libvo/mga_common.c b/libvo/mga_common.c index 7da081f1be..16ddc390aa 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -4,6 +4,9 @@ #include "../postproc/rgb2rgb.h" // mga_vid drawing functions +#ifdef VO_XMGA +static void set_window( int ps ); /* forward declaration to kill warnings */ +#endif static int mga_next_frame=0; -- cgit v1.2.3