Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 07:06:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271128] net/freerdp: FTBFS after f7accb23b (ffmpeg update)
Message-ID:  <bug-271128-7788-p5SWZQ1Itk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271128-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271128-7788@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=3D271128

Felix Palmen <zirias@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #241851|0                           |1
        is obsolete|                            |

--- Comment #4 from Felix Palmen <zirias@freebsd.org> ---
Created attachment 241873
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D241873&action=
=3Dedit
0001-net-freerdp-Fix-build-with-ffmpeg-6.v2

The patch wasn't enough for me. I found the "offender" was
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c which uses several deprecated ffm=
peg
APIs that were finally removed in ffmpeg-6.

Attaching a patch now that also adds a local patch replacing these APIs (an=
d I
just hope it is really correct...)

BUT: It seems this is drawn in by the GSTREAMER option if FFMPEG is enabled=
 as
well. Upstream has no fixes, and I guess that's because this whole TSMF cha=
nnel
is marked deprecated, see
https://github.com/FreeRDP/FreeRDP/commit/829497b313b2e8e5fc809c71466eb5a4d=
b1a44dd

So maybe, a better way would be to never enable CHANNEL_TSMF in the port (n=
ot
sure whether it must be replaced with some other build option)?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271128-7788-p5SWZQ1Itk>