From 63d519983a6a5776e473454b912a2e7521c4262a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 17 Aug 2001 13:34:25 +0000 Subject: compile-fix for non-gnu systems (e.g. freebsd) CVS patchset: 441 CVS date: 2001/08/17 13:34:25 --- src/libspudec/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libspudec/xine_decoder.c') diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c index 1900ae384..b2dc7b793 100644 --- a/src/libspudec/xine_decoder.c +++ b/src/libspudec/xine_decoder.c @@ -19,7 +19,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: xine_decoder.c,v 1.10 2001/08/16 12:33:00 ehasenle Exp $ + * $Id: xine_decoder.c,v 1.11 2001/08/17 13:34:25 heikos Exp $ * * stuff needed to turn libspu into a xine decoder plugin */ @@ -35,13 +35,13 @@ #include #include #include -#include #include "spu.h" #include "buffer.h" #include "events.h" #include "xine_internal.h" #include "video_out/alphablend.h" +#include "xine-engine/bswap.h" static clut_t __default_clut[] = { {y: 0x00, cr: 0x80, cb:0x80}, -- cgit v1.2.3