From 9e7ca408e3ba5389e2ee3b5c0746cce501468cc7 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 19 Apr 2001 09:46:57 +0000 Subject: Get rid of xine.h inclusion. Fix xine.h.tmpl.in, inttypes.h was unincluded. Fix xine.m4 to reflect the new xine.h location. CVS patchset: 6 CVS date: 2001/04/19 09:46:57 --- src/libmpeg2/idct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmpeg2/idct.c') diff --git a/src/libmpeg2/idct.c b/src/libmpeg2/idct.c index 21d33dc8c..937feb8e8 100644 --- a/src/libmpeg2/idct.c +++ b/src/libmpeg2/idct.c @@ -44,7 +44,7 @@ #include "mpeg2_internal.h" #include "xine_internal.h" -#include "xine.h" +#include "xine_internal.h" #include "cpu_accel.h" #define W1 2841 /* 2048*sqrt (2)*cos (1*pi/16) */ -- cgit v1.2.3