[Bug 259485] Cannot build www/chromium: fails on ffmpeg with CODECS option turned off
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259485] Cannot build www/chromium: fails on ffmpeg"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Oct 2021 20:37:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259485 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 config 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/freebsd do-configure: # GN generator bootstrapping and generating ninja files -- cut -- -- You are receiving this mail because: You are the assignee for the bug.