[FFmpeg-cvslog] avutil/intfloat_readwrite: include common.h for isinf()

Michael Niedermayer git at videolan.org
Mon May 13 00:52:33 CEST 2013


ffmpeg | branch: release/1.1 | Michael Niedermayer <michaelni at gmx.at> | Wed Apr 17 23:16:05 2013 +0200| [426715ccbd57714f4e71589bb211530ace38fbd9] | 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=426715ccbd57714f4e71589bb211530ace38fbd9
---

 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