mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24195 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd16e2f2df
commit
529d2f8030
@ -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){
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user