aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-08 14:13:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-08 14:13:48 +0200
commite3869dd17ee15a1732dacba24e4cff36dd3d4cc5 (patch)
tree8c40ed54496918591a53eaef3a071975e3a6d98a /libavcodec/x86/constants.c
parent69d2eff5af67e9bc461f64dfd3014009f5c851b2 (diff)
parent1b343cedd7cd68e7865aa5280d1568c7e5d79917 (diff)
downloadffmpeg-e3869dd17ee15a1732dacba24e4cff36dd3d4cc5.tar.gz
Merge commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917'
* commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917': x86: dsputil: Remove unused ff_pb_3F constant x86: dsputil: Remove unused MOVQ_BONE macro Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.c')
-rw-r--r--libavcodec/x86/constants.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c
index 7c2ddc6067..8904f239ba 100644
--- a/libavcodec/x86/constants.c
+++ b/libavcodec/x86/constants.c
@@ -21,7 +21,6 @@
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h" // for xmm_reg
-DECLARE_ALIGNED(8, const uint64_t, ff_bone) = 0x0101010101010101ULL;
DECLARE_ALIGNED(8, const uint64_t, ff_wtwo) = 0x0002000200020002ULL;
DECLARE_ALIGNED(16, const xmm_reg, ff_pw_1) = { 0x0001000100010001ULL, 0x0001000100010001ULL };