From bacac99192b65faed1a0047a8be5b95abf15873d Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 17 Nov 2001 14:26:36 +0000 Subject: Add 'xine_' prefix to all of xine-utils functions (what about cpu acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36 --- src/libmpeg2/motion_comp_mmx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libmpeg2/motion_comp_mmx.c') diff --git a/src/libmpeg2/motion_comp_mmx.c b/src/libmpeg2/motion_comp_mmx.c index 049546b1f..29bd78cbf 100644 --- a/src/libmpeg2/motion_comp_mmx.c +++ b/src/libmpeg2/motion_comp_mmx.c @@ -26,8 +26,7 @@ #include #include "mpeg2_internal.h" -#include "attributes.h" -#include "cpu_accel.h" +#include "xineutils.h" #define CPU_MMXEXT 0 #define CPU_3DNOW 1 -- cgit v1.2.3