[MPlayer-cvslog] r24195 - trunk/libvo/vo_aa.c

diego subversion at mplayerhq.hu
Sat Aug 25 19:13:18 CEST 2007


Author: diego
Date: Sat Aug 25 19:13:18 2007
New Revision: 24195

Log:
warning fix:
vo_aa.c:89: warning: redundant redeclaration of 'aa_defparams'
/usr/include/aalib.h:371: warning: previous declaration of 'aa_defparams' was here
vo_aa.c:90: warning: redundant redeclaration of 'aa_defrenderparams'
/usr/include/aalib.h:377: warning: previous declaration of 'aa_defrenderparams' was here


Modified:
   trunk/libvo/vo_aa.c

Modified: trunk/libvo/vo_aa.c
==============================================================================
--- trunk/libvo/vo_aa.c	(original)
+++ trunk/libvo/vo_aa.c	Sat Aug 25 19:13:18 2007
@@ -86,9 +86,6 @@ static struct SwsContext *sws=NULL;
 int aaopt_osdcolor = AA_SPECIAL;
 int aaopt_subcolor = AA_SPECIAL;
 
-extern struct aa_hardware_params aa_defparams;
-extern struct aa_renderparams aa_defrenderparams;
-
 void
 resize(void){
     /* 



More information about the MPlayer-cvslog mailing list