Browse Source

Taglib: fix build with 1.6.3.

pull/2/head
Konstantin Pavlov 15 years ago
parent
commit
4bdaae499b
  1. 3
      modules/meta_engine/taglib.cpp

3
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>

Loading…
Cancel
Save