Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-02-22 20:36:26 +0300
committerJames Almer <jamrial@gmail.com>2017-02-22 20:36:26 +0300
commita267cac9281735af33d0982a195bcac5e8627bc5 (patch)
tree91783e973d0f4c49413d1bb4d12fd541e4a69549 /libavcodec/cbrt_data.h
parent65d7d46f717c1d5731a172772c0f16a4b272ab32 (diff)
avcodec/cbrt_data: add missing header include
Fixes make checkheaders
Diffstat (limited to 'libavcodec/cbrt_data.h')
-rw-r--r--libavcodec/cbrt_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/cbrt_data.h b/libavcodec/cbrt_data.h
index 232f74fbf3..89117f85b3 100644
--- a/libavcodec/cbrt_data.h
+++ b/libavcodec/cbrt_data.h
@@ -23,6 +23,8 @@
#include <stdint.h>
+#include "config.h"
+
#if CONFIG_HARDCODED_TABLES
#define ff_cbrt_tableinit_fixed()
#define ff_cbrt_tableinit()