diff options
author | Matt Oliver <protogonoi@gmail.com> | 2014-03-16 14:40:53 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-17 00:48:09 +0100 |
commit | 9eb3f11c55d6c32cdc867fa057ab743310d7df5d (patch) | |
tree | 8922ff477190afed515ab29c6404c1bb3ca02824 /libavcodec/x86 | |
parent | 590805b7c3e4920a0e3e484c3ccb4ec6d421f805 (diff) | |
download | ffmpeg-9eb3f11c55d6c32cdc867fa057ab743310d7df5d.tar.gz |
Add missing external declarations.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h index 8097bc49f0..4bf74ff76c 100644 --- a/libavcodec/x86/constants.h +++ b/libavcodec/x86/constants.h @@ -31,6 +31,7 @@ extern const xmm_reg ff_pw_3; extern const xmm_reg ff_pw_4; extern const xmm_reg ff_pw_5; extern const xmm_reg ff_pw_8; +extern const xmm_reg ff_pw_9; extern const uint64_t ff_pw_15; extern const xmm_reg ff_pw_16; extern const xmm_reg ff_pw_18; @@ -45,6 +46,7 @@ extern const uint64_t ff_pw_255; extern const xmm_reg ff_pb_1; extern const xmm_reg ff_pb_3; +extern const xmm_reg ff_pb_80; extern const xmm_reg ff_pb_F8; extern const uint64_t ff_pb_FC; |