1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00

Add missing #ifdef

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22299 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2007-02-21 03:13:48 +00:00
parent d5d4c6c7e2
commit 45f2227e52

View File

@ -200,7 +200,9 @@ static MPContext *mpctx = &(MPContext){
.global_sub_pos = -1,
.set_of_sub_pos = -1,
.file_format = DEMUXER_TYPE_UNKNOWN,
#ifdef HAS_DVBIN_SUPPORT
.last_dvb_step = 1,
#endif
};
int fixed_vo=0;