diff options
author | Luca Abeni <lucabe72@email.it> | 2006-07-03 10:52:07 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-07-03 10:52:07 +0000 |
commit | 9c39071d6de074c6584b21b6c38adf498102a686 (patch) | |
tree | f26e4fdb834dd2cf585d9597abbf8d2eb56d1bdb /libavcodec/i386/motion_est_mmx.c | |
parent | d6950e91240e60618607af2b981c4fdbe1374700 (diff) | |
download | ffmpeg-9c39071d6de074c6584b21b6c38adf498102a686.tar.gz |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/motion_est_mmx.c')
-rw-r--r-- | libavcodec/i386/motion_est_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/motion_est_mmx.c b/libavcodec/i386/motion_est_mmx.c index c14b793848..edcabcf387 100644 --- a/libavcodec/i386/motion_est_mmx.c +++ b/libavcodec/i386/motion_est_mmx.c @@ -20,7 +20,7 @@ * mostly by Michael Niedermayer <michaelni@gmx.at> */ #include "../dsputil.h" -#include "mmx.h" +#include "x86_cpu.h" static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={ 0x0000000000000000ULL, |