Skip to content

Commit

Permalink
use component ffmpeg for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 24, 2024
1 parent b59e649 commit 8670517
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion other/AVX2/win_AVX2_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion other/SSE2/win_SSE2_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion other/SSE3/win_SSE3_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion win_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8670517

Please sign in to comment.