diff options
| author | Michael Niedermayer <[email protected]> | 2013-04-17 23:16:05 +0200 |
|---|---|---|
| committer | Michael Niedermayer <[email protected]> | 2013-05-09 22:16:23 +0200 |
| commit | 9f7baf139f721e84a5db06e1352e4fb14a7965c8 (patch) | |
| tree | 25de410d54a688a7543f84a0ada3017828f31346 | |
| parent | ec89046fa11057e130ea9c968c32b713d85c8fa2 (diff) | |
avutil/intfloat_readwrite: include common.h for isinf()
Solution based on rational.c, which uses isinf() too
This should fix compilation with msvc
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit c25224737cba4079602c447c344cb54b81430ce4)
Signed-off-by: Michael Niedermayer <[email protected]>
| -rw-r--r-- | libavutil/intfloat_readwrite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c index 9574532116..142331dac1 100644 --- a/libavutil/intfloat_readwrite.c +++ b/libavutil/intfloat_readwrite.c @@ -26,6 +26,7 @@ */ #include <stdint.h> +#include "common.h" #include "mathematics.h" #include "intfloat_readwrite.h" |
