comparison i386/idct_mmx_xvid.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 470601203f44
comparison
equal deleted inserted replaced
5009:4d10df33e823 5010:d5ba514e3f4a
48 48
49 // conversion to gcc syntax by michael niedermayer 49 // conversion to gcc syntax by michael niedermayer
50 50
51 51
52 #include <inttypes.h> 52 #include <inttypes.h>
53 #include "../avcodec.h" 53 #include "avcodec.h"
54 54
55 //============================================================================= 55 //=============================================================================
56 // Macros and other preprocessor constants 56 // Macros and other preprocessor constants
57 //============================================================================= 57 //=============================================================================
58 58