changeset 6732:dc4f5c55af40 libavcodec

include avcodec.h
author jbr
date Fri, 02 May 2008 23:20:29 +0000
parents 998990a4cccd
children cebe9c3422a8
files flac.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.