diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-27 22:23:34 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-27 22:23:34 +0000 |
commit | 182f56cb0ce5136fe43dc4ec72d60f6a55834e84 (patch) | |
tree | 2150002d814d78d0f4812d915a64fa3960798b58 /libavcodec/i386/cavsdsp_mmx.c | |
parent | 713b0bffd6e172bc28b93a397101b626e9e3a8c8 (diff) | |
download | ffmpeg-182f56cb0ce5136fe43dc4ec72d60f6a55834e84.tar.gz |
make ff_p* vars extern so that they can be used in various *_mmx.c files
Originally committed as revision 11100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/cavsdsp_mmx.c')
-rw-r--r-- | libavcodec/i386/cavsdsp_mmx.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libavcodec/i386/cavsdsp_mmx.c b/libavcodec/i386/cavsdsp_mmx.c index 6230533144..c509d09c78 100644 --- a/libavcodec/i386/cavsdsp_mmx.c +++ b/libavcodec/i386/cavsdsp_mmx.c @@ -23,15 +23,9 @@ */ #include "dsputil.h" +#include "dsputil_mmx.h" #include "common.h" -DECLARE_ALIGNED_8(static const uint64_t,ff_pw_4 ) = 0x0004000400040004ULL; -DECLARE_ALIGNED_8(static const uint64_t,ff_pw_5 ) = 0x0005000500050005ULL; -DECLARE_ALIGNED_8(static const uint64_t,ff_pw_7 ) = 0x0007000700070007ULL; -DECLARE_ALIGNED_8(static const uint64_t,ff_pw_42) = 0x002A002A002A002AULL; -DECLARE_ALIGNED_8(static const uint64_t,ff_pw_64) = 0x0040004000400040ULL; -DECLARE_ALIGNED_8(static const uint64_t,ff_pw_96) = 0x0060006000600060ULL; - /***************************************************************************** * * inverse transform |