diff options
author | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-08 18:43:44 +0000 |
---|---|---|
committer | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-08 18:43:44 +0000 |
commit | 1393e7d5fc1389325139a2f29b325cc46d1cf2cd (patch) | |
tree | 8ede3f4487a4f274e4953473673e96533a4f6e98 /src | |
parent | 09668a3304c06ceafb62c6d7ad2f0046ef0791e3 (diff) | |
download | xine-lib-1393e7d5fc1389325139a2f29b325cc46d1cf2cd.tar.gz xine-lib-1393e7d5fc1389325139a2f29b325cc46d1cf2cd.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_overlay.h | 4 |
1 files changed, 1 insertions, 3 deletions
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)} |