Commit a41efbc3 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 45fc3b3a
......@@ -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
......
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