diff --git a/other/AVX2/win_AVX2_args.gn b/other/AVX2/win_AVX2_args.gn index cebd2429..1da8730a 100644 --- a/other/AVX2/win_AVX2_args.gn +++ b/other/AVX2/win_AVX2_args.gn @@ -50,7 +50,7 @@ ffmpeg_branding = "Chrome" # Set to false for Polly build clang_use_chrome_plugins = true enable_ffmpeg_video_decoders = true -is_component_ffmpeg = false +is_component_ffmpeg = true use_webaudio_ffmpeg = false use_webaudio_pffft = true # enable_av1_decoder = true diff --git a/other/SSE2/win_SSE2_args.gn b/other/SSE2/win_SSE2_args.gn index 9a830002..503eb499 100644 --- a/other/SSE2/win_SSE2_args.gn +++ b/other/SSE2/win_SSE2_args.gn @@ -50,7 +50,7 @@ ffmpeg_branding = "Chrome" # Set to false for Polly build clang_use_chrome_plugins = true enable_ffmpeg_video_decoders = true -is_component_ffmpeg = false +is_component_ffmpeg = true use_webaudio_ffmpeg = false use_webaudio_pffft = true # enable_av1_decoder = true diff --git a/other/SSE3/win_SSE3_args.gn b/other/SSE3/win_SSE3_args.gn index 58abbf9f..048820bf 100644 --- a/other/SSE3/win_SSE3_args.gn +++ b/other/SSE3/win_SSE3_args.gn @@ -49,7 +49,7 @@ ffmpeg_branding = "Chrome" # Set to false for Polly build clang_use_chrome_plugins = true enable_ffmpeg_video_decoders = true -is_component_ffmpeg = false +is_component_ffmpeg = true use_webaudio_ffmpeg = false use_webaudio_pffft = true # enable_av1_decoder = true diff --git a/win_args.gn b/win_args.gn index 9a159a23..39fd7a33 100644 --- a/win_args.gn +++ b/win_args.gn @@ -49,7 +49,6 @@ ffmpeg_branding = "Chrome" # Set to false for Polly build clang_use_chrome_plugins = true enable_ffmpeg_video_decoders = true -# Possibly re-disable is_component_ffmpeg = true use_webaudio_ffmpeg = false use_webaudio_pffft = true