aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 07:43:41 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 19:24:57 +0200
commit6622a6cff30ff7dc56bc641bba6a17e2cda1ac82 (patch)
tree0c01ffa29795e2be28c1be11eaf6233397887dab /libavcodec/x86/constants.h
parent71db2d08b1f1eeda3b47564662365a7886ca5d3e (diff)
downloadffmpeg-6622a6cff30ff7dc56bc641bba6a17e2cda1ac82.tar.gz
x86: dwt: better share constants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index c85a54e773..f73a9f26ec 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -25,6 +25,7 @@
#include "libavutil/x86/asm.h"
+extern const xmm_reg ff_pw_1;
extern const xmm_reg ff_pw_2;
extern const xmm_reg ff_pw_3;
extern const xmm_reg ff_pw_4;