diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-29 01:55:58 +0100 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-07-28 18:59:23 -0700 |
commit | 3ad168412600e16dfaa4b41b21322a82a8535990 (patch) | |
tree | 8f8e4b53a9ecf1ac47be9d20f897eace85196256 /libavcodec/x86/cabac.h | |
parent | 2a11952f457658d58303c8e5b4e10fb4599eef4f (diff) | |
download | ffmpeg-3ad168412600e16dfaa4b41b21322a82a8535990.tar.gz |
x86: cabac: add operand size suffixes missing from 6c32576
This fixes build with clang.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/x86/cabac.h')
-rw-r--r-- | libavcodec/x86/cabac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h index ae3f4b6e9e..545cf7c464 100644 --- a/libavcodec/x86/cabac.h +++ b/libavcodec/x86/cabac.h @@ -67,7 +67,7 @@ "test "lowword" , "lowword" \n\t"\ " jnz 1f \n\t"\ "mov "byte"("cabac"), %%"REG_c" \n\t"\ - "add $2 , "byte "("cabac") \n\t"\ + "add"OPSIZE" $2 , "byte "("cabac") \n\t"\ "movzwl (%%"REG_c") , "tmp" \n\t"\ "lea -1("low") , %%ecx \n\t"\ "xor "low" , %%ecx \n\t"\ |