Skip to content
Snippets Groups Projects
Commit 82ed0b76 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec0350c9
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment