Mercurial > mplayer.hg
changeset 13528:39bdfbbc4216
support newer gcc
author | faust3 |
---|---|
date | Sat, 02 Oct 2004 12:17:28 +0000 |
parents | 9c5e544b2221 |
children | da4d3b99d779 |
files | libmenu/vf_menu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmenu/vf_menu.c Sat Oct 02 10:11:24 2004 +0000 +++ b/libmenu/vf_menu.c Sat Oct 02 12:17:28 2004 +0000 @@ -30,7 +30,7 @@ static mp_image_t* pause_mpi = NULL; static int go2pause = 0; /// if nonzero display menu at startup -int menu_startup = 0; +int attribute_used menu_startup = 0; struct vf_priv_s { menu_t* root;