summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacpsy.c
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanag@gmail.com>2016-03-14 21:28:56 -0400
committerGanesh Ajjanagadde <gajjanag@gmail.com>2016-03-22 10:15:31 -0700
commitdb1a642cd213804ed1579a19c9f5db08407dad9b (patch)
tree03b30c952698571c0544f3591f835d4aacd1745a /libavcodec/aacpsy.c
parent124526ba1aee5b616b9f6cf2da6b5db85d05711d (diff)
downloadffmpeg-streaming-db1a642cd213804ed1579a19c9f5db08407dad9b.zip
ffmpeg-streaming-db1a642cd213804ed1579a19c9f5db08407dad9b.tar.gz
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 <rsbultje@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
Diffstat (limited to 'libavcodec/aacpsy.c')
-rw-r--r--libavcodec/aacpsy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/aacpsy.c b/libavcodec/aacpsy.c
index 8643fe7..0898baf 100644
--- a/libavcodec/aacpsy.c
+++ b/libavcodec/aacpsy.c
@@ -25,8 +25,7 @@
*/
#include "libavutil/attributes.h"
-#include "libavutil/internal.h"
-#include "libavutil/libm.h"
+#include "libavutil/ffmath.h"
#include "avcodec.h"
#include "aactab.h"
OpenPOWER on IntegriCloud