Module: libav Branch: master Commit: 2768b717987d4e19d2774890d7d84aef531b1d9f
Author: Derek Buitenhuis <derek.buitenh...@gmail.com> Committer: Derek Buitenhuis <derek.buitenh...@gmail.com> Date: Mon Sep 24 23:22:15 2012 +0000 cbrt_tablegen: Include libm.h Needed for cbrtf fallback on systems which lack it. Signed-off-by: Derek Buitenhuis <derek.buitenh...@gmail.com> --- libavcodec/cbrt_tablegen.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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" _______________________________________________ libav-commits mailing list libav-commits@libav.org https://lists.libav.org/mailman/listinfo/libav-commits