summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-11-08 16:06:50 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-08 17:52:56 +0100
commit9412f81138364241c8979f7b9399b28eb2abf9f3 (patch)
tree6b21a4c465e41920e95afdfd70a0114c522d9388 /libavcodec/indeo3data.h
parent276b995d85786dd4af57a9eda798423860cbf3fe (diff)
downloadffmpeg-streaming-9412f81138364241c8979f7b9399b28eb2abf9f3.zip
ffmpeg-streaming-9412f81138364241c8979f7b9399b28eb2abf9f3.tar.gz
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 a19fdd3..6bb55ce 100644
--- a/libavcodec/indeo3data.h
+++ b/libavcodec/indeo3data.h
@@ -24,6 +24,8 @@
#include <stdint.h>
+#include "config.h"
+
/*
* Define compressed VQ tables.
*/
OpenPOWER on IntegriCloud