mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
big surprise.. uau broke gcc 2.95 as usual
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23011 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
73b5bbac29
commit
1400ea6fbf
@ -193,7 +193,7 @@ int noconsolecontrols=0;
|
||||
//**************************************************************************//
|
||||
|
||||
// Not all functions in mplayer.c take the context as an argument yet
|
||||
static MPContext *mpctx = &(MPContext){
|
||||
static MPContext mpctx_s = {
|
||||
.osd_function = OSD_PLAY,
|
||||
.begin_skip = MP_NOPTS_VALUE,
|
||||
.play_tree_step = 1,
|
||||
@ -205,6 +205,8 @@ static MPContext *mpctx = &(MPContext){
|
||||
#endif
|
||||
};
|
||||
|
||||
static MPContext *mpctx = &mpctx_s;
|
||||
|
||||
int fixed_vo=0;
|
||||
|
||||
// benchmark:
|
||||
|
Loading…
Reference in New Issue
Block a user