1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

lavf/swf: fix make checkheaders.

This commit is contained in:
Clément Bœsch 2012-05-09 08:25:49 +02:00
parent 64ff8a7670
commit 1308fa42ad

View File

@ -23,6 +23,8 @@
#ifndef AVFORMAT_SWF_H
#define AVFORMAT_SWF_H
#include "config.h"
#if CONFIG_ZLIB
#include <zlib.h>
#endif