]> git.sesse.net Git - vlc/commitdiff
Taglib: fix build with 1.6.3.
authorKonstantin Pavlov <thresh@videolan.org>
Mon, 6 Jun 2011 10:32:33 +0000 (14:32 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Mon, 6 Jun 2011 11:32:55 +0000 (15:32 +0400)
modules/meta_engine/taglib.cpp

index a54b44c9fe91395e44e3dd1a984842f46150b7d9..aad820d7f16d1b30814c5896cd8cf62ed3d5fafa 100644 (file)
 #if TAGLIB_VERSION >= VERSION_INT(1,7,0)
 # define TAGLIB_HAVE_APEFILE_H
 # include <apefile.h>
-# include <apetag.h>
 # ifdef TAGLIB_WITH_ASF                     // ASF pictures comes with v1.7.0
 #  define TAGLIB_HAVE_ASFPICTURE_H
 #  include <asffile.h>
 # endif
 #endif
 
+#include <apetag.h>
 #include <flacfile.h>
 #include <mpcfile.h>
 #include <mpegfile.h>
@@ -85,6 +85,7 @@
 #include <vorbisfile.h>
 #include <wavpackfile.h>
 
+#include <attachedpictureframe.h>
 #include <textidentificationframe.h>
 #include <uniquefileidentifierframe.h>