diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-27 22:36:15 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-27 22:36:15 +0000 |
commit | 43de50659b74610de4d531916b94269d6fe3d31e (patch) | |
tree | 8ee5b6d50e3af0f5720d09aa50c1c0594f4891a7 /libavcodec/i386/dsputil_mmx.h | |
parent | 182f56cb0ce5136fe43dc4ec72d60f6a55834e84 (diff) | |
download | ffmpeg-43de50659b74610de4d531916b94269d6fe3d31e.tar.gz |
use ff_ prefix for extern vars
Originally committed as revision 11101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.h')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/i386/dsputil_mmx.h b/libavcodec/i386/dsputil_mmx.h index 96c920da78..b289e7da51 100644 --- a/libavcodec/i386/dsputil_mmx.h +++ b/libavcodec/i386/dsputil_mmx.h @@ -22,10 +22,10 @@ #ifndef FFMPEG_DSPUTIL_MMX_H #define FFMPEG_DSPUTIL_MMX_H -extern const uint64_t mm_bone; -extern const uint64_t mm_wone; -extern const uint64_t mm_wtwo; -extern const uint64_t mm_wabs; +extern const uint64_t ff_bone; +extern const uint64_t ff_wone; +extern const uint64_t ff_wtwo; +extern const uint64_t ff_wabs; extern const uint64_t ff_pdw_80000000[2]; |