mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
Fix compilation with external libass.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1c906775a0
commit
0cded5de1c
@ -2581,7 +2581,7 @@ static int seek(MPContext *mpctx, double amount, int style)
|
||||
vobsub_seek(vo_vobsub, mpctx->sh_video->pts);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_ASS
|
||||
#if defined(CONFIG_ASS_INTERNAL) || defined(LIBASS_VERSION) && LIBASS_VERSION > 0x00909000
|
||||
if (ass_enabled && mpctx->d_sub->sh && ((sh_sub_t *)mpctx->d_sub->sh)->ass_track)
|
||||
ass_flush_events(((sh_sub_t *)mpctx->d_sub->sh)->ass_track);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user