[FFmpeg-devel] [PATCH 06/17] lavf/swf: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 10:01:31 CEST 2012
---
libavformat/swf.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 8a99c96..5326192 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
--
1.7.9.5
More information about the ffmpeg-devel
mailing list