[Bug 278705] multimedia/ffmpeg: update to 7.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278705] multimedia/ffmpeg: update to 7.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 12:47:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278705
--- Comment #5 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Antoine Brodin from comment #2)
> https://pkg-status.freebsd.org/beefy22/data/140amd64-default-foo/2024-05-04_07h10m46s/logs/errors/gstreamer1-libav-1.22.10.log
multimedia/gstreamer1-libav
2 options are possible:
1. Add patch multimedia/gstreamer1-libav/files/patch-ext_libav_gstavprotocol.c:
--- ext/libav/gstavprotocol.c.orig 2024-02-13 14:39:08 UTC
+++ ext/libav/gstavprotocol.c
@@ -102,7 +102,7 @@ gst_ffmpegdata_read (void *priv_data, unsigned char *b
}
static int
-gst_ffmpegdata_write (void *priv_data, uint8_t * buf, int size)
+gst_ffmpegdata_write (void *priv_data, const uint8_t * buf, int size)
{
GstProtocolInfo *info;
GstBuffer *outbuf;
2. Add to multimedia/gstreamer1-libav/Makefile:
CFLAGS+=-Wno-error=incompatible-function-pointer-types
--
You are receiving this mail because:
You are on the CC list for the bug.