From 2768b717987d4e19d2774890d7d84aef531b1d9f Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Mon, 24 Sep 2012 23:22:15 +0000 Subject: cbrt_tablegen: Include libm.h Needed for cbrtf fallback on systems which lack it. Signed-off-by: Derek Buitenhuis --- libavcodec/cbrt_tablegen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/cbrt_tablegen.c') 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 +#include "libavutil/libm.h" #define CONFIG_HARDCODED_TABLES 0 #include "cbrt_tablegen.h" #include "tableprint.h" -- cgit v1.1