summaryrefslogtreecommitdiff
path: root/libavcodec/eatgv.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-01-14 21:34:48 +0000
committerAurelien Jacobs <aurel@gnuage.org>2009-01-14 21:34:48 +0000
commite29a95b1b86cfa0ca320267e66d8b49821fc11ad (patch)
tree0b39a5cf88f5da575d83194b819bd26cc3df2535 /libavcodec/eatgv.c
parent49fb20cb8a5da4250c978bd8cea8bd841dc0594f (diff)
libavutil/lzo.h is a local header
Originally committed as revision 16601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eatgv.c')
-rw-r--r--libavcodec/eatgv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c
index a8787bb873..0b72dffa0c 100644
--- a/libavcodec/eatgv.c
+++ b/libavcodec/eatgv.c
@@ -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')