Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-11-08 19:06:50 +0400
committerDiego Biurrun <diego@biurrun.de>2011-11-08 20:52:56 +0400
commit9412f81138364241c8979f7b9399b28eb2abf9f3 (patch)
tree6b21a4c465e41920e95afdfd70a0114c522d9388 /libavcodec/indeo3data.h
parent276b995d85786dd4af57a9eda798423860cbf3fe (diff)
indeo3data: add missing config.h #include for HAVE_BIGENDIAN
Diffstat (limited to 'libavcodec/indeo3data.h')
-rw-r--r--libavcodec/indeo3data.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+#include "config.h"
+
/*
* Define compressed VQ tables.
*/