[vlc-commits] [Git][videolan/vlc][master] meson: fix missing MFT files
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jan 27 14:28:34 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ccee256f by Steve Lhomme at 2024-01-27T12:55:51+00:00
meson: fix missing MFT files
- - - - -
1 changed file:
- modules/codec/meson.build
Changes:
=====================================
modules/codec/meson.build
=====================================
@@ -683,6 +683,8 @@ if host_system == 'windows'
'name' : 'mft',
'sources' : files(
'mft.cpp',
+ 'mft_d3d.cpp',
+ 'mft_d3d11.cpp',
'hxxx_helper.c',
'../packetizer/hxxx_nal.c',
'../packetizer/hxxx_sei.c',
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ccee256f0496d7ad03e7600f548a29dc34094584
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ccee256f0496d7ad03e7600f548a29dc34094584
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list