From c53ffb2ce5f26a84ffc456ae3e024dbab85189e1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 01:43:47 +0000 Subject: 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(+) (limited to 'libavformat/apetag.c') diff --git a/libavformat/apetag.c b/libavformat/apetag.c index 6b4676787f..d8cad855bc 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 -- cgit v1.2.3