1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-30 16:42:13 +02:00

libavutil/lzo.h is a local header

Originally committed as revision 16601 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2009-01-14 21:34:48 +00:00
parent 49fb20cb8a
commit e29a95b1b8

View File

@ -31,7 +31,7 @@
#include "avcodec.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include <libavutil/lzo.h>
#include "libavutil/lzo.h"
#define EA_PREAMBLE_SIZE 8
#define kVGT_TAG MKTAG('k', 'V', 'G', 'T')