mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 01:05:47 +00:00
mediafoundation: Enable MinGW build
Update MinGW toolchain in cerbero can support MediaFoundation Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8406>
This commit is contained in:
parent
7108147d78
commit
fbf698cc0b
1 changed files with 0 additions and 7 deletions
|
@ -63,13 +63,6 @@ if host_system != 'windows' or mf_option.disabled()
|
|||
subdir_done()
|
||||
endif
|
||||
|
||||
if cc.get_id() != 'msvc'
|
||||
if mf_option.enabled()
|
||||
error('mediafoundation plugin can only be built with MSVC')
|
||||
endif
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
mf_lib = cc.find_library('mf', required : mf_option)
|
||||
mfplat_lib = cc.find_library('mfplat', required : mf_option)
|
||||
mfreadwrite_lib = cc.find_library('mfreadwrite', required : mf_option)
|
||||
|
|
Loading…
Reference in a new issue