[FFmpeg-cvslog] avcodec/cbrt_data: add missing header include

James Almer git at videolan.org
Wed Feb 22 19:38:46 EET 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 22 14:36:26 2017 -0300| [a267cac9281735af33d0982a195bcac5e8627bc5] | committer: James Almer

avcodec/cbrt_data: add missing header include

Fixes make checkheaders

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a267cac9281735af33d0982a195bcac5e8627bc5
---

 libavcodec/cbrt_data.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/cbrt_data.h b/libavcodec/cbrt_data.h
index 232f74f..89117f8 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()



More information about the ffmpeg-cvslog mailing list