diff options
author | Luca Abeni | 2006-07-03 10:52:07 +0000 |
---|---|---|
committer | Luca Abeni | 2006-07-03 10:52:07 +0000 |
commit | 9c39071d6de074c6584b21b6c38adf498102a686 (patch) | |
tree | f26e4fdb834dd2cf585d9597abbf8d2eb56d1bdb /libavcodec/dct-test.c | |
parent | d6950e91240e60618607af2b981c4fdbe1374700 (diff) |
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/dct-test.c')
-rw-r--r-- | libavcodec/dct-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 232278c8aa..874d5733db 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -12,7 +12,6 @@ #include "dsputil.h" -#include "i386/mmx.h" #include "simple_idct.h" #include "faandct.h" |