diff options
author | Alexander Strange <astrange@ithinksw.com> | 2008-04-12 16:54:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-12 16:54:36 +0000 |
commit | 54a0b6e590a8a8cd28b9442b26c93b4f1a6c18d1 (patch) | |
tree | 34613801fb7e6378971575ab05de351fe190dd80 /libavcodec/i386/dsputil_mmx.c | |
parent | 07c37ca7fcb344f2632e25cafde6a210e12590f7 (diff) | |
download | ffmpeg-54a0b6e590a8a8cd28b9442b26c93b4f1a6c18d1.tar.gz |
Add a header file to declare Xvid IDCT functions.
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.c')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 85cbfb655f..3ae1b5947f 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -30,14 +30,12 @@ #include "mmx.h" #include "vp3dsp_mmx.h" #include "vp3dsp_sse2.h" +#include "idct_xvid.h" #include "h263.h" //#undef NDEBUG //#include <assert.h> -extern void ff_idct_xvid_mmx(short *block); -extern void ff_idct_xvid_mmx2(short *block); - int mm_flags; /* multimedia extension flags */ /* pixel operations */ |