Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libavutil/tablegen: add missing math.h include | Hendrik Leppkes | 2015-12-04 | 1 | -0/+2 |
| | |||||
* | avutil/tablegen: add tablegen libm compatibility shims | Ganesh Ajjanagadde | 2015-12-01 | 1 | -0/+53 |
This is useful for build-time table generation (--enable-hardcoded-tables), by providing compat shims for hosts that have broken libms. This file is deliberately kept minimal; functions can always be added on an as-needed basis. Reviewed-by: Clément Bœsch <u@pkh.me> Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> |