decoder/gme: require GME 0.6 or later

This allows dropping a few compile-time version checks and we can use
pkg-config to detect the library.
This commit is contained in:
Max Kellermann
2023-03-09 18:09:54 +01:00
parent 9475ef2202
commit 0206a46d39
3 changed files with 4 additions and 7 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
ver 0.23.13 (not yet released)
* input
- curl: fix busy loop after connection failed
* decoder
- gme: require GME 0.6 or later
* output
- pipewire: fix corruption bug due to missing lock
* Linux