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/mpegvideo_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/mpegvideo_mmx.c')
-rw-r--r-- | libavcodec/i386/mpegvideo_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx.c b/libavcodec/i386/mpegvideo_mmx.c index ad03629342..c00a602bdd 100644 --- a/libavcodec/i386/mpegvideo_mmx.c +++ b/libavcodec/i386/mpegvideo_mmx.c @@ -23,7 +23,7 @@ #include "../dsputil.h" #include "../mpegvideo.h" #include "../avcodec.h" -#include "mmx.h" +#include "x86_cpu.h" extern uint8_t zigzag_direct_noperm[64]; extern uint16_t inv_zigzag_direct16[64]; |