You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libavutil/tablegen: add missing math.h include
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#ifndef AVUTIL_TABLEGEN_H
|
||||
#define AVUTIL_TABLEGEN_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
// we lack some functions on all host platforms, and we don't care about
|
||||
// performance and/or strict ISO C semantics as it's performed at build time
|
||||
static inline double ff_cbrt(double x)
|
||||
|
Reference in New Issue
Block a user