[FFmpeg-cvslog] avcodec/cbrt_data: include avutil/ libm.h to unbreak compilation on systems without cbrt

Hendrik Leppkes git at videolan.org
Mon Mar 14 15:57:19 CET 2016


ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Mon Mar 14 15:49:34 2016 +0100| [a38627be6d61b2309fe1df2dbe1eb6470c22ddc6] | committer: Hendrik Leppkes

avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt

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

 libavcodec/cbrt_data.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/cbrt_data.c b/libavcodec/cbrt_data.c
index f5d9778..d2e36cd 100644
--- a/libavcodec/cbrt_data.c
+++ b/libavcodec/cbrt_data.c
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "cbrt_data.h"
 
+#include "libavutil/libm.h"
+
 #if CONFIG_HARDCODED_TABLES
 #include "libavcodec/cbrt_tables.h"
 #else



More information about the ffmpeg-cvslog mailing list