From 8ce6f74d499f0248946261972cb22552482eb7de Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 20 May 2003 13:50:55 +0000 Subject: public header cleanup: * regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55 --- src/xine-engine/video_overlay.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/video_overlay.h') diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h index f65faac7f..04c417255 100644 --- a/src/xine-engine/video_overlay.h +++ b/src/xine-engine/video_overlay.h @@ -17,14 +17,18 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_overlay.h,v 1.13 2002/11/20 13:51:36 mroi Exp $ + * $Id: video_overlay.h,v 1.14 2003/05/20 13:50:57 mroi Exp $ * */ #ifndef HAVE_VIDEO_OVERLAY_H #define HAVE_VIDEO_OVERLAY_H -#include "xine_internal.h" +#ifdef XINE_COMPILE +# include "xine_internal.h" +#else +# include +#endif #ifdef __GNUC__ #define CLUT_Y_CR_CB_INIT(_y,_cr,_cb) {y: (_y), cr: (_cr), cb: (_cb)} -- cgit v1.2.3