Commit fd958df
committed
lib/upnp/meson.build: refuse to build with libupnp >= 1.14.26 due to API breakage
This avoids MPD build breakages for users which have libupnp with the
API-breaking commit
pupnp/pupnp@25d4bd0
We once had the conditional `const` loooong ago, but it was removed by
commit 736a696 ("drop support for
libupnp versions older than 1.8"). I don't want to add another
compile-time conditional because I don't understand the API change
yet. I'm not even sure anybody even uses MPD with UPnP. Let's see if
anybody complains (and re-submits the old pre-1.8 workaround, but I'd
prefer if the pupnp project reverts the API breakage instead).
See pupnp/pupnp#5281 parent abed396 commit fd958df
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
| |||
0 commit comments