You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/mpv/files/mpv-0.3.11-libav-9.patch

12 lines
291 B

diff --git a/demux/demux.c b/demux/demux.c
index 0649175..bd16a7a 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -43,6 +43,7 @@
#include "audio/format.h"
#include <libavcodec/avcodec.h>
+#include <libavutil/mem.h>
// Demuxer list
extern const struct demuxer_desc demuxer_desc_edl;