mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
msdk: Fix the misspelled file name in meson build
This commit is contained in:
parent
898e01fe29
commit
bdbc1d0bef
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ msdk_sources = [
|
||||||
'gstmsdkvp8enc.c',
|
'gstmsdkvp8enc.c',
|
||||||
'gstmsdkvc1dec.c',
|
'gstmsdkvc1dec.c',
|
||||||
'msdk.c',
|
'msdk.c',
|
||||||
'msdk-enum.c'
|
'msdk-enums.c'
|
||||||
]
|
]
|
||||||
|
|
||||||
if host_machine.system() == 'windows'
|
if host_machine.system() == 'windows'
|
||||||
|
|
Loading…
Reference in a new issue