mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Fix make checkheaders by adding missing #include.
Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
968fc6b96a
commit
b0bd01d68a
@ -24,6 +24,7 @@
|
||||
#define FFMPEG_HUFFMAN_H
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bitstream.h"
|
||||
|
||||
typedef struct {
|
||||
int16_t sym;
|
||||
|
Loading…
Reference in New Issue
Block a user