From db1a642cd213804ed1579a19c9f5db08407dad9b Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Mon, 14 Mar 2016 21:28:56 -0400 Subject: all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h The idea is to use ffmath.h for internal implementations of math functions. Currently, it is used for variants of libm functions, but is by no means limited to such things. Note that this is not exported; use lavu/mathematics for such purposes. Reviewed-by: Ronald S. Bultje Signed-off-by: Ganesh Ajjanagadde --- libavcodec/imc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/imc.c') diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 085ec09565..850bc9de9a 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -35,9 +35,9 @@ #include #include "libavutil/channel_layout.h" +#include "libavutil/ffmath.h" #include "libavutil/float_dsp.h" #include "libavutil/internal.h" -#include "libavutil/libm.h" #include "avcodec.h" #include "bswapdsp.h" #include "get_bits.h" -- cgit v1.2.3