1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/cbrt_data: add missing header include

Fixes make checkheaders
This commit is contained in:
James Almer 2017-02-22 14:36:26 -03:00
parent 65d7d46f71
commit a267cac928

View File

@ -23,6 +23,8 @@
#include <stdint.h>
#include "config.h"
#if CONFIG_HARDCODED_TABLES
#define ff_cbrt_tableinit_fixed()
#define ff_cbrt_tableinit()