Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 May 2024 12:47:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 278705] multimedia/ffmpeg: update to 7.0
Message-ID:  <bug-278705-12827-1Clv6Zy0qH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278705-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278705-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278705

--- 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_gstavprotoco=
l.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+=3D-Wno-error=3Dincompatible-function-pointer-types

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278705-12827-1Clv6Zy0qH>