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

Michael Niedermayer git at videolan.org
Tue May 14 01:54:59 CEST 2013


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

 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