From 1393e7d5fc1389325139a2f29b325cc46d1cf2cd Mon Sep 17 00:00:00 2001 From: Harm van der Heijden Date: Sat, 8 Dec 2001 18:43:44 +0000 Subject: fixed compilation of extrenal plugins that include xine_internal.h (most notably dvdnav) xine_internal.h includes video_overlay.h, which included a few files that are not installed in $prefix/include/xine. Tested compilation of xine-lib, xine-ui and dvdnav after removing the offending includes. CVS patchset: 1184 CVS date: 2001/12/08 18:43:44 --- src/xine-engine/video_overlay.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h index f11588c00..ded3b30db 100644 --- a/src/xine-engine/video_overlay.h +++ b/src/xine-engine/video_overlay.h @@ -17,7 +17,7 @@ * 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.2 2001/12/08 00:37:38 guenter Exp $ + * $Id: video_overlay.h,v 1.3 2001/12/08 18:43:44 hrm Exp $ * */ @@ -25,8 +25,6 @@ #define HAVE_VIDEO_OVERLAY_H #include "xine_internal.h" -#include "video_out/alphablend.h" -#include "xine-engine/bswap.h" #ifdef __GNUC__ #define CLUT_Y_CR_CB_INIT(_y,_cr,_cb) {y: (_y), cr: (_cr), cb: (_cb)} -- cgit v1.2.3