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:
Diego Biurrun 2008-08-17 19:15:33 +00:00
parent ec0350c983
commit 82ed0b763a
1 changed files with 2 additions and 0 deletions

View File

@ -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