mirror of https://git.ffmpeg.org/ffmpeg.git
Add missing stdint.h header to fix 'make checkheaders'.
Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec0350c983
commit
82ed0b763a
|
@ -22,6 +22,8 @@
|
|||
#ifndef FFMPEG_LZO_H
|
||||
#define FFMPEG_LZO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define LZO_INPUT_DEPLETED 1
|
||||
#define LZO_OUTPUT_FULL 2
|
||||
#define LZO_INVALID_BACKPTR 4
|
||||
|
|
Loading…
Reference in New Issue