Commit c684f60a 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>
parent 09e0d5d7
......@@ -72,6 +72,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