Mercurial > mplayer.hg
changeset 32171:d15f1bca9ae0
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.
A #include for stheader.h here will break compilation on Windows.
author | diego |
---|---|
date | Wed, 15 Sep 2010 19:52:37 +0000 |
parents | a5dc81ecf224 |
children | 28fcee4c83ad |
files | mpcommon.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpcommon.h Wed Sep 15 18:41:30 2010 +0000 +++ b/mpcommon.h Wed Sep 15 19:52:37 2010 +0000 @@ -23,9 +23,10 @@ #include "m_option.h" #include "subreader.h" #include "libmpdemux/demuxer.h" -#include "libmpdemux/stheader.h" #include "libass/ass_mp.h" +struct sh_video; + extern double sub_last_pts; extern ASS_Track *ass_track; extern subtitle *vo_sub_last;