[MPlayer-cvslog] r32255 - trunk/mpcommon.h

diego subversion at mplayerhq.hu
Wed Sep 15 21:52:37 CEST 2010


Author: diego
Date: Wed Sep 15 21:52:37 2010
New Revision: 32255

Log:
Replace  libmpdemux/stheader.h #include by 'struct sh_video' declaration.
A #include for stheader.h here will break compilation on Windows.

Modified:
   trunk/mpcommon.h

Modified: trunk/mpcommon.h
==============================================================================
--- trunk/mpcommon.h	Wed Sep 15 20:41:30 2010	(r32254)
+++ trunk/mpcommon.h	Wed Sep 15 21:52:37 2010	(r32255)
@@ -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;


More information about the MPlayer-cvslog mailing list