Mercurial > libavcodec.hg
changeset 11373:b57409c0c286 libavcodec
Add some missing #includes
author | mru |
---|---|
date | Sat, 06 Mar 2010 22:36:36 +0000 |
parents | e6e95656937d |
children | 1cd8731bbe7f |
files | snow.c x86/idct_mmx_xvid.c x86/snowdsp_mmx.c x86/vp3dsp_mmx.c x86/vp3dsp_sse2.c |
diffstat | 5 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/snow.c Sat Mar 06 17:13:31 2010 +0000 +++ b/snow.c Sat Mar 06 22:36:36 2010 +0000 @@ -26,6 +26,7 @@ #include "mathops.h" #include "mpegvideo.h" +#include "h263.h" #undef NDEBUG #include <assert.h>
--- a/x86/idct_mmx_xvid.c Sat Mar 06 17:13:31 2010 +0000 +++ b/x86/idct_mmx_xvid.c Sat Mar 06 22:36:36 2010 +0000 @@ -41,6 +41,7 @@ #include <inttypes.h> #include "libavcodec/avcodec.h" +#include "idct_xvid.h" //============================================================================= // Macros and other preprocessor constants
--- a/x86/snowdsp_mmx.c Sat Mar 06 17:13:31 2010 +0000 +++ b/x86/snowdsp_mmx.c Sat Mar 06 22:36:36 2010 +0000 @@ -22,6 +22,7 @@ #include "libavutil/x86_cpu.h" #include "libavcodec/avcodec.h" #include "libavcodec/snow.h" +#include "dsputil_mmx.h" void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){ const int w2= (width+1)>>1;