# HG changeset patch # User mru # Date 1267914996 0 # Node ID b57409c0c28682b5144b560200f0f99e715ad0b8 # Parent e6e95656937dfbceb37930f185c36f7791197748 Add some missing #includes diff -r e6e95656937d -r b57409c0c286 snow.c --- 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 diff -r e6e95656937d -r b57409c0c286 x86/idct_mmx_xvid.c --- 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 #include "libavcodec/avcodec.h" +#include "idct_xvid.h" //============================================================================= // Macros and other preprocessor constants diff -r e6e95656937d -r b57409c0c286 x86/snowdsp_mmx.c --- 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; diff -r e6e95656937d -r b57409c0c286 x86/vp3dsp_mmx.c --- a/x86/vp3dsp_mmx.c Sat Mar 06 17:13:31 2010 +0000 +++ b/x86/vp3dsp_mmx.c Sat Mar 06 22:36:36 2010 +0000 @@ -26,6 +26,7 @@ #include "libavutil/x86_cpu.h" #include "libavcodec/dsputil.h" #include "dsputil_mmx.h" +#include "vp3dsp_mmx.h" extern const uint16_t ff_vp3_idct_data[]; diff -r e6e95656937d -r b57409c0c286 x86/vp3dsp_sse2.c --- a/x86/vp3dsp_sse2.c Sat Mar 06 17:13:31 2010 +0000 +++ b/x86/vp3dsp_sse2.c Sat Mar 06 22:36:36 2010 +0000 @@ -25,6 +25,7 @@ #include "libavcodec/dsputil.h" #include "dsputil_mmx.h" +#include "vp3dsp_sse2.h" DECLARE_ALIGNED(16, const uint16_t, ff_vp3_idct_data)[7 * 8] = {