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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 10:25:49 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-19 01:34:11 +0400
commit1308fa42ada50e6deb473b61ec731f0d96c2694c (patch)
treef1783d5f93294a7a6c01458acc338d62465e8e0b /libavformat/swf.h
parent64ff8a76706b4d67781b20331afef1bb07b8118f (diff)
lavf/swf: fix make checkheaders.
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 8a99c9624d..5326192871 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -23,6 +23,8 @@
#ifndef AVFORMAT_SWF_H
#define AVFORMAT_SWF_H
+#include "config.h"
+
#if CONFIG_ZLIB
#include <zlib.h>
#endif