3a8082f408
* Define LICENSE * Remove broken uriparser version check * Only build shared library Changelog: https://gitlab.xiph.org/xiph/libxspf/-/blob/libxspf-1.2.1/ChangeLog?ref_type=tags PR: 291702 Approved by: maintainer timeout, 2+ weeks / blanket (just fix it)
13 lines
299 B
C++
13 lines
299 B
C++
--- src/XspfReader.cpp.orig 2025-12-15 22:16:02 UTC
|
|
+++ src/XspfReader.cpp
|
|
@@ -61,9 +61,6 @@
|
|
#include <cstring> // size_t
|
|
#include <cstddef> // int
|
|
|
|
-#if (URI_VER_MINOR < 7) || ((URI_VER_MINOR == 7) && (URI_VER_RELEASE < 2))
|
|
-# error uriparser 0.7.2 or later is required
|
|
-#endif
|
|
|
|
|
|
namespace {
|