]> git.sesse.net Git - ffmpeg/commitdiff
indeo3data: add missing config.h #include for HAVE_BIGENDIAN
authorDiego Biurrun <diego@biurrun.de>
Tue, 8 Nov 2011 15:06:50 +0000 (16:06 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 8 Nov 2011 16:52:56 +0000 (17:52 +0100)
libavcodec/indeo3data.h

index a19fdd3e83c943ca574fbb455cb76eff69bc56d1..6bb55ce902597597e62ae88aa00a969f2b5521c5 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <stdint.h>
 
+#include "config.h"
+
 /*
  * Define compressed VQ tables.
  */