提交 b06da172 编写于 作者: D Diego Biurrun

Add missing stdint.h #include to fix 'make checkheaders'.

Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6c2a778d
......@@ -21,6 +21,8 @@
#ifndef AVCODEC_CGA_DATA_H
#define AVCODEC_CGA_DATA_H
#include <stdint.h>
extern const uint8_t ff_cga_font[2048];
extern const uint32_t ff_cga_palette[16];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册