Skip to content

Commit af9912f

Browse files
committed
fix: use windows ffmpeg fro mingw
1 parent 01cf0be commit af9912f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphics/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if replay_video_rendering_enabled
2525
)
2626
else
2727
cpp = meson.get_compiler('cpp')
28-
if host_machine.system() == 'darwin' or host_machine.system() == 'linux' or (cpp.get_id() == 'gcc' and host_machine.system() == 'windows')
28+
if host_machine.system() == 'darwin' or host_machine.system() == 'linux'
2929
graphics_src_files += files(
3030
'video_renderer_unix.cpp',
3131
)

0 commit comments

Comments
 (0)