From 97085fa154ba4efcfa97298eff0c1f467501c27b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 2 May 2008 23:20:29 +0000 Subject: [PATCH] include avcodec.h Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/flac.h b/libavcodec/flac.h index da39456dcf..d9da14927c 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -27,6 +27,8 @@ #ifndef FFMPEG_FLAC_H #define FFMPEG_FLAC_H +#include "avcodec.h" + /** * Data needed from the Streaminfo header for use by the raw FLAC demuxer * and/or the FLAC decoder.