Date: Wed, 14 Jun 2023 12:32:51 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 261302] multimedia/ffmpeg: update to 6.0 Message-ID: <bug-261302-12827-v4yVnoN1EN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261302-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-261302-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=3D261302 --- Comment #106 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to Daniel Engberg from comment #90) > I should've phrased it better, I can't figure out a good way of making Li= VES pick the "correct" FFmpeg library in a dirty environment (if you have b= oth ffmpeg and ffmpeg4 installed). I found how to build it in system with ffmpeg4 installed and without ffmpeg= -6 installed. So build work in poudriere with minimal changes in Makefile. But for build on live system with both ffmpegs installed I found only one w= ay - make symlinks on all ffmpeg4 libs with digit "4" and end: libavutil4.so -> libavutil.so libavutil4.so.56 -> libavutil.so.56 libavutil4.so.56.70.100 -> libavutil.so.56.70.100 And use something like this in Makefile: CONFIGURE_ARGS+=3D LIBAVCODEC_LIBS=3D"-L${LOCALBASE}/ffmpeg4/lib -lavcodec4" --=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-261302-12827-v4yVnoN1EN>