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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/avi/intern/codecs.c')
-rw-r--r--source/blender/avi/intern/codecs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/avi/intern/codecs.c b/source/blender/avi/intern/codecs.c
index fa44dd46c41..3daff52a947 100644
--- a/source/blender/avi/intern/codecs.c
+++ b/source/blender/avi/intern/codecs.c
@@ -41,6 +41,10 @@
#include "mjpeg.h"
#include "rgb32.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
void *avi_format_convert (AviMovie *movie, int stream, void *buffer, AviFormat from, AviFormat to, int *size) {
if (from == to)
return buffer;