comparison i386/mpegvideo_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 0b1e761135cd
children 4dbe6578f811
comparison
equal deleted inserted replaced
5009:4d10df33e823 5010:d5ba514e3f4a
20 * 20 *
21 * Optimized for ia32 cpus by Nick Kurshev <nickols_k@mail.ru> 21 * Optimized for ia32 cpus by Nick Kurshev <nickols_k@mail.ru>
22 * h263, mpeg1, mpeg2 dequantizer & draw_edges by Michael Niedermayer <michaelni@gmx.at> 22 * h263, mpeg1, mpeg2 dequantizer & draw_edges by Michael Niedermayer <michaelni@gmx.at>
23 */ 23 */
24 24
25 #include "../dsputil.h" 25 #include "dsputil.h"
26 #include "../mpegvideo.h" 26 #include "mpegvideo.h"
27 #include "../avcodec.h" 27 #include "avcodec.h"
28 #include "x86_cpu.h" 28 #include "x86_cpu.h"
29 29
30 extern uint16_t inv_zigzag_direct16[64]; 30 extern uint16_t inv_zigzag_direct16[64];
31 31
32 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL; 32 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;