mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
11 lines
205 B
Diff
11 lines
205 B
Diff
--- a/src/decoder/plugins/FfmpegIo.hxx
|
|
+++ b/src/decoder/plugins/FfmpegIo.hxx
|
|
@@ -21,6 +21,7 @@
|
|
#define MPD_FFMPEG_IO_HXX
|
|
|
|
extern "C" {
|
|
+#include "libavutil/error.h"
|
|
#include "libavformat/avio.h"
|
|
}
|
|
|