[MPlayer-cvslog] r32231 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Sep 14 11:48:18 CEST 2010
Author: diego
Date: Tue Sep 14 11:48:18 2010
New Revision: 32231
Log:
Remove unnecessary extern declarations from aalib check; fixes the warnings:
tmp.c:2: warning: redundant redeclaration of 'aa_defparams'
tmp.c:3: warning: redundant redeclaration of 'aa_defrenderparams'
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Sep 14 11:47:08 2010 (r32230)
+++ trunk/configure Tue Sep 14 11:48:18 2010 (r32231)
@@ -4847,8 +4847,6 @@ echocheck "AA"
if test "$_aa" = auto ; then
cat > $TMPC << EOF
#include <aalib.h>
-extern struct aa_hardware_params aa_defparams;
-extern struct aa_renderparams aa_defrenderparams;
int main(void) {
aa_context *c;
aa_renderparams *p;
More information about the MPlayer-cvslog
mailing list