[FFmpeg-cvslog] cbrt_tablegen: Include libm.h

Derek Buitenhuis git at videolan.org
Tue Sep 25 16:15:40 CEST 2012


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Mon Sep 24 23:22:15 2012 +0000| [2768b717987d4e19d2774890d7d84aef531b1d9f] | committer: Derek Buitenhuis

cbrt_tablegen: Include libm.h

Needed for cbrtf fallback on systems which lack it.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2768b717987d4e19d2774890d7d84aef531b1d9f
---

 libavcodec/cbrt_tablegen.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/cbrt_tablegen.c b/libavcodec/cbrt_tablegen.c
index e92c0f1..44c2695 100644
--- a/libavcodec/cbrt_tablegen.c
+++ b/libavcodec/cbrt_tablegen.c
@@ -21,6 +21,7 @@
  */
 
 #include <stdlib.h>
+#include "libavutil/libm.h"
 #define CONFIG_HARDCODED_TABLES 0
 #include "cbrt_tablegen.h"
 #include "tableprint.h"



More information about the ffmpeg-cvslog mailing list