Mercurial > libavcodec.hg
changeset 3638:62b3b622f798 libavcodec
Fix A32_BITSTREAM_READER compilation on x86
author | aurel |
---|---|
date | Sat, 26 Aug 2006 18:12:16 +0000 |
parents | 1c32151e7a61 |
children | 949bc256f1e3 |
files | bitstream.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bitstream.h Sat Aug 26 18:02:52 2006 +0000 +++ b/bitstream.h Sat Aug 26 18:12:16 2006 +0000 @@ -553,7 +553,7 @@ "shldl %2, %1, %0 \n\t"\ "shll %2, %1 \n\t"\ : "+r" (name##_cache0), "+r" (name##_cache1)\ - : "Ic" ((uint8_t)num)\ + : "Ic" ((uint8_t)(num))\ ); #else # define SKIP_CACHE(name, gb, num)\