changeset 5722:8e0b6203dfb5 libavformat

Include apetag.h which contains the prototype for ff_ape_parse_tag().
author cehoyos
date Sun, 28 Feb 2010 01:43:47 +0000
parents 82b0dc4f052a
children adf1ad73c63e
files apetag.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/apetag.c	Fri Feb 26 16:21:56 2010 +0000
+++ b/apetag.c	Sun Feb 28 01:43:47 2010 +0000
@@ -22,6 +22,7 @@
 
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
+#include "apetag.h"
 
 #define ENABLE_DEBUG 0