[vlc-commits] Taglib: fix build with 1.6.3.

Konstantin Pavlov git at videolan.org
Mon Jun 6 13:35:24 CEST 2011


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Mon Jun  6 14:32:33 2011 +0400| [4bdaae499b63956393104639300747fc25de28af] | committer: Konstantin Pavlov

Taglib: fix build with 1.6.3.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bdaae499b63956393104639300747fc25de28af
---

 modules/meta_engine/taglib.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp
index a54b44c..aad820d 100644
--- a/modules/meta_engine/taglib.cpp
+++ b/modules/meta_engine/taglib.cpp
@@ -56,13 +56,13 @@
 #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>
 



More information about the vlc-commits mailing list