Commit 82ed0b76 authored by Diego Biurrun's avatar Diego Biurrun

Add missing stdint.h header to fix 'make checkheaders'.

Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec0350c9
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#ifndef FFMPEG_LZO_H #ifndef FFMPEG_LZO_H
#define FFMPEG_LZO_H #define FFMPEG_LZO_H
#include <stdint.h>
#define LZO_INPUT_DEPLETED 1 #define LZO_INPUT_DEPLETED 1
#define LZO_OUTPUT_FULL 2 #define LZO_OUTPUT_FULL 2
#define LZO_INVALID_BACKPTR 4 #define LZO_INVALID_BACKPTR 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment