forked from FFmpeg/FFmpeg
avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt
This commit is contained in:
parent
29d106e751
commit
a38627be6d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue