taglib: remove VLC path define check
authorJohannes Kauffmann <johanneskauffmann@hotmail.com>
Sat, 3 Jun 2023 15:35:09 +0000 (17:35 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 14 Jan 2025 22:09:47 +0000 (23:09 +0100)
It is no longer needed with contribs taglib updated to 1.13.

(cherry picked from commit c5851fd495ed6de1d3712e64a2b1cc1e4e9059f4)

Gbp-Pq: Name 0054-taglib-remove-VLC-path-define-check.patch

modules/meta_engine/taglib.cpp

index 2891e0671857365491c7f7201d268c64d14601c2..487a15298723d47abe04d6f293aa6152a75a1bd8 100644 (file)
@@ -101,8 +101,7 @@ using namespace TagLib;
 #include <algorithm>
 #include <limits>
 
-#if defined(VLC_PATCHED_TAGLIB_IOSTREAM_RESOLVERS) || \
-    TAGLIB_VERSION >= VERSION_INT(1, 13, 0)
+#if TAGLIB_VERSION >= VERSION_INT(1, 13, 0)
 #define USE_IOSTREAM_RESOLVER 1
 #endif