avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt
This commit is contained in:
parent
29d106e751
commit
a38627be6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user