decoder/ffmpeg: fix build failure with FFmpeg 3.4

av_demuxer_iterate() was added in libavformat 58.9.100.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1178
This commit is contained in:
Max Kellermann
2021-05-31 18:08:58 +02:00
parent 82da57b7ce
commit ac59ec34f9
2 changed files with 7 additions and 0 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.22.9 (not yet released)
- simple: load all .mpdignore files of all parent directories
* decoder
- ffmpeg: support the tags "sort_album", "album-sort", "artist-sort"
- ffmpeg: fix build failure with FFmpeg 3.4
* Windows
- fix build failure with SQLite