You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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