mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
../src/decoder/plugins/FfmpegIo.cxx:44:10: error: use of undeclared identifier 'AVERROR_EOF' return AVERROR_EOF; ^ Reported by: antoine (via bug 272575 exp-run) Suggested by: diizzy (via upstream)
12 lines
301 B
C++
12 lines
301 B
C++
https://github.com/MusicPlayerDaemon/MPD/issues/1898
|
|
|
|
--- src/decoder/plugins/FfmpegIo.cxx.orig 2023-10-08 08:11:05 UTC
|
|
+++ src/decoder/plugins/FfmpegIo.cxx
|
|
@@ -25,6 +25,7 @@ extern "C" {
|
|
#include "input/InputStream.hxx"
|
|
|
|
extern "C" {
|
|
+#include <libavutil/error.h>
|
|
#include <libavutil/mem.h>
|
|
}
|
|
|