Date: Fri, 29 Oct 2021 20:37:29 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 259485] Cannot build www/chromium: fails on ffmpeg with CODECS option turned off Message-ID: <bug-259485-28929-zO9TrOG0tV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259485-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-259485-28929@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=3D259485 gnikl@justmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gnikl@justmail.de --- Comment #2 from gnikl@justmail.de --- Turning the CODECS option off changes the branding and then the ffmpeg conf= ig is missing. The following patch makes the config for the Chromium branding available: -- cut -- --- Makefile~ 2021-10-28 22:13:09.000000000 +0200 +++ Makefile 2021-10-28 22:13:50.719258000 +0200 @@ -271,6 +271,9 @@ pre-configure: ${CP} -R \ ${WRKSRC}/third_party/ffmpeg/chromium/config/Chrome/linux/ \ ${WRKSRC}/third_party/ffmpeg/chromium/config/Chrome/freebsd + ${CP} -R \ + ${WRKSRC}/third_party/ffmpeg/chromium/config/Chromium/linux= / \ + ${WRKSRC}/third_party/ffmpeg/chromium/config/Chromium/freeb= sd do-configure: # GN generator bootstrapping and generating ninja files -- cut -- --=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-259485-28929-zO9TrOG0tV>