summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-31 18:08:58 +0200
committerMax Kellermann <max@musicpd.org>2021-05-31 18:10:06 +0200
commitac59ec34f9d467b423b1f5f68bdfb2e7f2f944c3 (patch)
tree2c5595ae07980a48f8ac3a2d0dcbffd8990fcf30 /NEWS
parent82da57b7cea06d461aa60b322ee217627041613b (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47947cc16..abd79a459 100644
--- a/NEWS
+++ b/NEWS
@@ -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