support newer gcc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13529 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-10-02 12:17:28 +00:00
parent c08f78335c
commit 8352d2c244
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static struct vf_priv_s* st_priv = NULL;
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;