mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
msdk: fix meson syntax
This commit is contained in:
parent
e4b4f09496
commit
f7352ecc5c
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ msdk_sources = [
|
||||||
'gstmsdkvp8enc.c',
|
'gstmsdkvp8enc.c',
|
||||||
'gstmsdkvc1dec.c',
|
'gstmsdkvc1dec.c',
|
||||||
'msdk.c',
|
'msdk.c',
|
||||||
'msdk-enum.c'
|
'msdk-enum.c',
|
||||||
'gstmsdkvpputil.c'
|
'gstmsdkvpputil.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
if host_machine.system() == 'windows'
|
if host_machine.system() == 'windows'
|
||||||
|
|
Loading…
Reference in a new issue