[FFmpeg-cvslog] libavutil/tablegen: add missing math.h include
Hendrik Leppkes
git at videolan.org
Fri Dec 4 14:55:33 CET 2015
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Wed Dec 2 09:52:01 2015 +0100| [d6b988b505d6c5f69fc5df921643622795685cce] | committer: Hendrik Leppkes
libavutil/tablegen: add missing math.h include
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6b988b505d6c5f69fc5df921643622795685cce
---
libavutil/tablegen.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavutil/tablegen.h b/libavutil/tablegen.h
index f81b46b..02acdd6 100644
--- a/libavutil/tablegen.h
+++ b/libavutil/tablegen.h
@@ -24,6 +24,8 @@
#ifndef AVUTIL_TABLEGEN_H
#define AVUTIL_TABLEGEN_H
+#include <math.h>
+
// we lack some functions on all host platforms, and we don't care about
// performance and/or strict ISO C semantics as it's performed at build time
static inline double ff_cbrt(double x)
More information about the ffmpeg-cvslog
mailing list