Skip to content

Commit

Permalink
test: use windows ffmpeg fro mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Nov 14, 2024
1 parent 1e76026 commit ed5eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if replay_video_rendering_enabled
)
else
cpp = meson.get_compiler('cpp')
if host_machine.system() == 'darwin' or host_machine.system() == 'linux' or (cpp.get_id() == 'gcc' and host_machine.system() == 'windows')
if host_machine.system() == 'darwin' or host_machine.system() == 'linux'
graphics_src_files += files(
'video_renderer_unix.cpp',
)
Expand Down

0 comments on commit ed5eb85

Please sign in to comment.