diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-29 14:24:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-29 20:59:16 -0700 |
| commit | 65bac5505f306c693244186c769cef18aa436f60 (patch) | |
| tree | 762c1e2597e47d8458c12ba1e0c85539c8f0e458 /meta-multimedia/recipes-multimedia/musicpd/mpd | |
| parent | cdbdb57bb36cb855f49f165b36ea331f27df404c (diff) | |
| download | meta-openembedded-65bac5505f306c693244186c769cef18aa436f60.tar.gz | |
mpd: Upgrade to 0.23.15+git
Drop uneeded patch
ver 0.23.15 (2023/12/20)
* decoder
- ffmpeg: fix build failure with FFmpeg 6.1
* output
- alsa: limit buffer time to 2 seconds
Use latest master for fmt 11.x fixes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/musicpd/mpd')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch b/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch deleted file mode 100644 index b2dea331ef..0000000000 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From e62fd0eefe8b475e70d87a673a7216aac3bb622f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Markus Volk <f_l_k@t-online.de> | ||
| 3 | Date: Mon, 20 Nov 2023 17:49:59 +0100 | ||
| 4 | Subject: [PATCH] patch src_decoder_plugins_FfmpegIo.cxx | ||
| 5 | |||
| 6 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | ||
| 7 | Upstream-Status: Pending [https://github.com/MusicPlayerDaemon/MPD/issues/1898] | ||
| 8 | --- | ||
| 9 | src/decoder/plugins/FfmpegIo.cxx | 1 + | ||
| 10 | 1 file changed, 1 insertion(+) | ||
| 11 | |||
| 12 | diff --git a/src/decoder/plugins/FfmpegIo.cxx b/src/decoder/plugins/FfmpegIo.cxx | ||
| 13 | index 572f1a86a..3e2347fec 100644 | ||
| 14 | --- a/src/decoder/plugins/FfmpegIo.cxx | ||
| 15 | +++ b/src/decoder/plugins/FfmpegIo.cxx | ||
| 16 | @@ -25,6 +25,7 @@ | ||
| 17 | #include "input/InputStream.hxx" | ||
| 18 | |||
| 19 | extern "C" { | ||
| 20 | +#include <libavutil/error.h> | ||
| 21 | #include <libavutil/mem.h> | ||
| 22 | } | ||
| 23 | |||
| 24 | -- | ||
| 25 | 2.42.0 | ||
| 26 | |||
