comparison lzo.h @ 562:2bbf4035a69a libavutil

Add missing stdint.h header to fix 'make checkheaders'.
author diego
date Sun, 17 Aug 2008 19:15:33 +0000
parents b8574db98875
children bd4052d9050c
comparison
equal deleted inserted replaced
561:2cf4494e7c84 562:2bbf4035a69a
20 */ 20 */
21 21
22 #ifndef FFMPEG_LZO_H 22 #ifndef FFMPEG_LZO_H
23 #define FFMPEG_LZO_H 23 #define FFMPEG_LZO_H
24 24
25 #include <stdint.h>
26
25 #define LZO_INPUT_DEPLETED 1 27 #define LZO_INPUT_DEPLETED 1
26 #define LZO_OUTPUT_FULL 2 28 #define LZO_OUTPUT_FULL 2
27 #define LZO_INVALID_BACKPTR 4 29 #define LZO_INVALID_BACKPTR 4
28 #define LZO_ERROR 8 30 #define LZO_ERROR 8
29 31