]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swfdec.c
Changelog: add entries for the SMPTE VC-2 decoder and encoder
[ffmpeg] / libavformat / swfdec.c
index e596ffaa927928d23d5cd5d65be741b8b7b6b7c3..eb17e82e08b84f4f1da82b9147b7c27885ccfe37 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "config.h"
+
+#if CONFIG_ZLIB
+#include <zlib.h>
+#endif
+
 #include "libavutil/avassert.h"
 #include "libavutil/channel_layout.h"
 #include "libavutil/imgutils.h"