intfloat: Don't use designated initializers in the public headers
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 2 Jul 2012 07:22:30 +0000 (10:22 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 2 Jul 2012 11:05:40 +0000 (14:05 +0300)
commitff8f8dfb799e73987c46da7b33259b9df9b6823e
tree65b16421db91cbbaa07ddda0d6f2f2c47be620b0
parent33bb63cb3e1de6d78c475cf14384089ef3f1867d
intfloat: Don't use designated initializers in the public headers

intfloat.h is a public header, and is now (since a1245d5ca) included
by mathematics.h, which many external callers include.

This fixes building third party applications that include
mathematics.h in a language that doesn't support designated
initalizers.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/intfloat.h