Commit a38627be authored by Hendrik Leppkes's avatar Hendrik Leppkes

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

parent 29d106e7
......@@ -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
......
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