diff options
author | Diego Biurrun | 2011-11-08 16:06:50 +0100 |
---|---|---|
committer | Diego Biurrun | 2011-11-08 17:52:56 +0100 |
commit | 9412f81138364241c8979f7b9399b28eb2abf9f3 (patch) | |
tree | 6b21a4c465e41920e95afdfd70a0114c522d9388 /libavcodec | |
parent | 276b995d85786dd4af57a9eda798423860cbf3fe (diff) |
indeo3data: add missing config.h #include for HAVE_BIGENDIAN
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/indeo3data.h | 2 |
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. */ |