Date: Sat, 03 Jun 2023 10:51:05 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 271798] multimedia/ffmpeg: Enable LTO by default on aarch64 and amd64 Message-ID: <bug-271798-12827-tt46JgiHfw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271798-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-271798-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=3D271798 Jan Beich <jbeich@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |253124 --- Comment #1 from Jan Beich <jbeich@FreeBSD.org> --- Do you see a statistical difference? For decoding try "ffmpeg -i foo.mp4 -benchmark -f null -" in a loop then filter the results by ministat(1). For encoding I'm not sure which *builtin* codec(s) to test i.e., ffmpeg uses "-= c:v libx264" and "-c:a libvorbis" by default which are external (annotated by "= lib" prefix) thus won't benefit from LTO in ffmpeg. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253124 [Bug 253124] multimedia/ffmpeg: Don't ship static libraries --=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-271798-12827-tt46JgiHfw>