0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

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;