[FFmpeg-cvslog] lavf/swf: fix make checkheaders.
Clément Bœsch
git at videolan.org
Fri May 18 23:44:49 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May 9 08:25:49 2012 +0200| [1308fa42ada50e6deb473b61ec731f0d96c2694c] | committer: Clément Bœsch
lavf/swf: fix make checkheaders.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1308fa42ada50e6deb473b61ec731f0d96c2694c
---
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
More information about the ffmpeg-cvslog
mailing list