https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259485

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
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.

Reply via email to