mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user