forked from pool/taglib
* Fix parsing of ID3v2.2 frames. * Tolerate MP4 files with unknown atom types as generated by Android tools. * Support setting properties with arbitrary names in MP4 tags. * Windows: Fix "-p" option in tagwriter example. * Support building with older utfcpp versions. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=114
14 lines
338 B
Diff
14 lines
338 B
Diff
diff --git a/taglib/toolkit/tstring.cpp b/taglib/toolkit/tstring.cpp
|
|
index f19a675..04181e5 100644
|
|
--- a/taglib/toolkit/tstring.cpp
|
|
+++ b/taglib/toolkit/tstring.cpp
|
|
@@ -28,7 +28,7 @@
|
|
#include <cerrno>
|
|
#include <climits>
|
|
#include <iostream>
|
|
-#include <utf8.h>
|
|
+#include <utf8cpp/utf8.h>
|
|
|
|
#include "tdebug.h"
|
|
#include "tstringlist.h"
|