mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 15 Mar 2011 17:30:24 +0000 (13:30 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 15 Mar 2011 17:43:47 +0000 (13:43 -0400)
commitb181b8fb96f9fdc2b166fcbd048110cec653cdf9
treeda7a8190917cc1958f405efeb0ea2dde708dc354
parentc76374c6db5f486672f9df223f43e4892bd655c9
mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.

This fixes unexpected name collisions that were occurring with variables
declared within the macros.
It also fixes the fate-acodec-ac3_fixed regression test on x86-32.
libavcodec/x86/mathops.h