Use macros instead of inline functions to replace the following missing C99
authorVitor Sessak <vitor1001@gmail.com>
Sat, 16 Jan 2010 01:27:46 +0000 (01:27 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 16 Jan 2010 01:27:46 +0000 (01:27 +0000)
commit06cb7a1c8f4965e45f4e102d69c0efc0dadb8eec
tree70020ffecb6795332fc2103b54d844963695c838
parenta4be782cbde337ced47b04e2e6f79ba99e79ae1d
Use macros instead of inline functions to replace the following missing C99
functions: exp2, exp2f, log2, log2f.

Should fix compilation in systems where these functions are defined in math.h
but not implemented.

Originally committed as revision 21231 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/internal.h