[SCM] libav/experimental: intfloat_readwrite: include "mathematics.h" for fallback macros

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:22:41 UTC 2013


The following commit has been merged in the experimental branch:
commit e781c4e6ff0b93db1ebc0ebe6983b38490117a98
Author: Mans Rullgard <mans at mansr.com>
Date:   Tue Jan 25 03:33:43 2011 +0000

    intfloat_readwrite: include "mathematics.h" for fallback macros
    
    This allows this file to build on systems lacking NAN or INFINITY
    in math.h.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c
index d9b3752..f51d8dd 100644
--- a/libavutil/intfloat_readwrite.c
+++ b/libavutil/intfloat_readwrite.c
@@ -26,7 +26,7 @@
  */
 
 #include <stdint.h>
-#include <math.h>
+#include "mathematics.h"
 #include "intfloat_readwrite.h"
 
 double av_int2dbl(int64_t v){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list