diff --git a/build/patches/00Add-support-to-jxl.patch b/build/patches/00Add-support-to-jxl.patch index d651138ed..1a4edba07 100644 --- a/build/patches/00Add-support-to-jxl.patch +++ b/build/patches/00Add-support-to-jxl.patch @@ -320,7 +320,7 @@ diff --git a/media/media_options.gni b/media/media_options.gni enable_av1_decoder = enable_dav1d_decoder + # If true, adds support for JPEG XL image decoding. -+ enable_jxl_decoder = is_android || is_win ++ enable_jxl_decoder = is_android || is_win || is_lin + # Enable HEVC/H265 demuxing. Actual decoding must be provided by the # platform. Always enable this for Lacros, it determines support at runtime.