[FFmpeg-cvslog] indeo3data: add missing config.h #include for HAVE_BIGENDIAN
Diego Biurrun
git at videolan.org
Wed Nov 9 03:31:05 CET 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Nov 8 16:06:50 2011 +0100| [9412f81138364241c8979f7b9399b28eb2abf9f3] | committer: Diego Biurrun
indeo3data: add missing config.h #include for HAVE_BIGENDIAN
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9412f81138364241c8979f7b9399b28eb2abf9f3
---
libavcodec/indeo3data.h | 2 ++
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.
*/
More information about the ffmpeg-cvslog
mailing list