diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-29 16:55:50 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-29 16:55:50 +0000 |
commit | 4e36a5b46f889f398efb01d5773e9a511908d139 (patch) | |
tree | 45696771730e67dc217d9bcb40cf260ea598d158 /libavcodec/x86/motion_est_mmx.c | |
parent | 5b1b014761dcec736c4d699824ca957feb335adf (diff) | |
download | ffmpeg-4e36a5b46f889f398efb01d5773e9a511908d139.tar.gz |
Move declarations of some mmx functions to dsputil_mmx.h
Originally committed as revision 19739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/motion_est_mmx.c')
-rw-r--r-- | libavcodec/x86/motion_est_mmx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/motion_est_mmx.c b/libavcodec/x86/motion_est_mmx.c index 4673ebc853..079d604cb5 100644 --- a/libavcodec/x86/motion_est_mmx.c +++ b/libavcodec/x86/motion_est_mmx.c @@ -24,6 +24,7 @@ #include "libavutil/x86_cpu.h" #include "libavcodec/dsputil.h" +#include "dsputil_mmx.h" DECLARE_ASM_CONST(8, uint64_t, round_tab[3])={ 0x0000000000000000ULL, |