mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02: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