# HG changeset patch # User jbr # Date 1209770429 0 # Node ID dc4f5c55af40acc4bb7c691850f2f9ad3d11b378 # Parent 998990a4cccd5493dbc6fa2f69027e6612813982 include avcodec.h diff -r 998990a4cccd -r dc4f5c55af40 flac.h --- a/flac.h Fri May 02 22:58:16 2008 +0000 +++ b/flac.h Fri May 02 23:20:29 2008 +0000 @@ -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.