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

Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent ec0350c983
commit 82ed0b763a
  1. 2
      libavutil/lzo.h

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

Loading…
Cancel
Save