From 9412f81138364241c8979f7b9399b28eb2abf9f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 8 Nov 2011 16:06:50 +0100 Subject: indeo3data: add missing config.h #include for HAVE_BIGENDIAN --- libavcodec/indeo3data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/indeo3data.h') diff --git a/libavcodec/indeo3data.h b/libavcodec/indeo3data.h index a19fdd3e83..6bb55ce902 100644 --- a/libavcodec/indeo3data.h +++ b/libavcodec/indeo3data.h @@ -24,6 +24,8 @@ #include +#include "config.h" + /* * Define compressed VQ tables. */ -- cgit v1.2.3