Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
50c1e373
Commit
50c1e373
authored
Nov 21, 2023
by
skidoo23
Committed by
Max Kellermann
Nov 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/ffmpeg: Fix build error with ffmpeg 6.1
Closes
https://github.com/MusicPlayerDaemon/MPD/issues/1898
parent
7a939746
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
NEWS
NEWS
+2
-0
FfmpegIo.cxx
src/decoder/plugins/FfmpegIo.cxx
+3
-0
No files found.
NEWS
View file @
50c1e373
ver 0.23.15 (not yet released)
* decoder
- ffmpeg: fix build failure with FFmpeg 6.1
ver 0.23.14 (2023/10/08)
* decoder
...
...
src/decoder/plugins/FfmpegIo.cxx
View file @
50c1e373
...
...
@@ -26,6 +26,9 @@
extern
"C"
{
#include <libavutil/mem.h>
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(58, 29, 100)
#include <libavutil/error.h>
#endif
}
AvioStream
::~
AvioStream
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment