comparison i386/vp3dsp_mmx.c @ 5010:d5ba514e3f4a libavcodec

Add libavcodec to compiler include flags in order to simplify header include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Wed, 16 May 2007 09:51:45 +0000
parents c8c591fe26f8
children 42b99a3aadde
comparison
equal deleted inserted replaced
5009:4d10df33e823 5010:d5ba514e3f4a
21 /** 21 /**
22 * @file vp3dsp_mmx.c 22 * @file vp3dsp_mmx.c
23 * MMX-optimized functions cribbed from the original VP3 source code. 23 * MMX-optimized functions cribbed from the original VP3 source code.
24 */ 24 */
25 25
26 #include "../dsputil.h" 26 #include "dsputil.h"
27 #include "mmx.h" 27 #include "mmx.h"
28 28
29 #define IdctAdjustBeforeShift 8 29 #define IdctAdjustBeforeShift 8
30 30
31 /* (12 * 4) 2-byte memory locations ( = 96 bytes total) 31 /* (12 * 4) 2-byte memory locations ( = 96 bytes total)