From c53ffb2ce5f26a84ffc456ae3e024dbab85189e1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 01:43:47 +0000 Subject: [PATCH] Include apetag.h which contains the prototype for ff_ape_parse_tag(). Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/apetag.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/apetag.c b/libavformat/apetag.c index 6b46767..d8cad85 100644 --- a/libavformat/apetag.c +++ b/libavformat/apetag.c @@ -22,6 +22,7 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" +#include "apetag.h" #define ENABLE_DEBUG 0 -- 2.7.4