Commit 865010ec authored by Dominique Leuenberger's avatar Dominique Leuenberger Committed by Jean-Baptiste Kempf

taglib: In case of taglib < 1.6, include id3v2tag.h.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit c684f60a227d61dbe0d0b49577934512524867ee)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a1ba0abd
......@@ -74,6 +74,8 @@
# define TAGLIB_HAVE_AIFF_WAV_H
# include <aifffile.h>
# include <wavfile.h>
#else
# include <id3v2tag.h>
#endif
#if TAGLIB_VERSION >= VERSION_INT(1,6,1) && defined(TAGLIB_WITH_MP4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment