mathops: fix MULL() when the compiler does not inline the function.
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 16 Mar 2011 00:38:23 +0000 (20:38 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 16 Mar 2011 00:49:37 +0000 (20:49 -0400)
commit79414257e23a0dee82a9978b5444ae8953376221
tree278ffeb452a1f629b16d9391b68b12794c05d170
parent56e2ac6b45ada4f9c107fe7b25f0706ec2e4dc11
mathops: fix MULL() when the compiler does not inline the function.

If the function is not inlined, an immmediate cannot be used for the
shift parameter, so the %cl register must be used instead in that case.

This fixes compilation for x86-32 using gcc with --disable-optimizations.
libavcodec/x86/mathops.h