diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-27 22:57:26 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-27 22:57:26 +0000 |
commit | bb6cc730e5b23fe655d582984f74910e4e905b9f (patch) | |
tree | fe31420380350aea7cec2c6430c92292fa94410b /libavcodec/i386/dsputil_mmx.h | |
parent | dbb5fdbdc8721c92ea6c1c40bedc7138a23e3c2b (diff) | |
download | ffmpeg-bb6cc730e5b23fe655d582984f74910e4e905b9f.tar.gz |
remove some unused ff_p* vars from dsputil
Originally committed as revision 11106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.h')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/i386/dsputil_mmx.h b/libavcodec/i386/dsputil_mmx.h index b289e7da51..8c92c830ae 100644 --- a/libavcodec/i386/dsputil_mmx.h +++ b/libavcodec/i386/dsputil_mmx.h @@ -23,9 +23,7 @@ #define FFMPEG_DSPUTIL_MMX_H 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]; @@ -46,7 +44,6 @@ extern const uint64_t ff_pb_1; extern const uint64_t ff_pb_3; extern const uint64_t ff_pb_7; extern const uint64_t ff_pb_3F; -extern const uint64_t ff_pb_5F; extern const uint64_t ff_pb_A1; extern const uint64_t ff_pb_FC; |