[FFmpeg-cvslog] avutil/intfloat_readwrite: include common.h for isinf()
Michael Niedermayer
git at videolan.org
Thu May 9 22:52:29 CEST 2013
ffmpeg | branch: release/1.2 | Michael Niedermayer <michaelni at gmx.at> | Wed Apr 17 23:16:05 2013 +0200| [9f7baf139f721e84a5db06e1352e4fb14a7965c8] | committer: Michael Niedermayer
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 <michaelni at gmx.at>
(cherry picked from commit c25224737cba4079602c447c344cb54b81430ce4)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f7baf139f721e84a5db06e1352e4fb14a7965c8
---
libavutil/intfloat_readwrite.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c
index 9574532..142331d 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"
More information about the ffmpeg-cvslog
mailing list