aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 07:43:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 19:24:49 +0200
commit71db2d08b1f1eeda3b47564662365a7886ca5d3e (patch)
tree7cae5424d2e38b06d06745ffa1e39bd924ac4ae4 /libavcodec/x86/constants.h
parent4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93 (diff)
downloadffmpeg-71db2d08b1f1eeda3b47564662365a7886ca5d3e.tar.gz
x86: better share ff_pw_2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index 4520515c9c..c85a54e773 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -25,8 +25,7 @@
#include "libavutil/x86/asm.h"
-extern const uint64_t ff_wtwo;
-
+extern const xmm_reg ff_pw_2;
extern const xmm_reg ff_pw_3;
extern const xmm_reg ff_pw_4;
extern const xmm_reg ff_pw_5;