Commit 2768b717 authored by Derek Buitenhuis's avatar Derek Buitenhuis

cbrt_tablegen: Include libm.h

Needed for cbrtf fallback on systems which lack it.
Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 0336dea2
......@@ -21,6 +21,7 @@
*/
#include <stdlib.h>
#include "libavutil/libm.h"
#define CONFIG_HARDCODED_TABLES 0
#include "cbrt_tablegen.h"
#include "tableprint.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment