msdk: fix meson syntax

This commit is contained in:
Tim-Philipp Müller 2018-04-03 19:21:46 +01:00
parent e4b4f09496
commit f7352ecc5c

View file

@ -20,8 +20,8 @@ msdk_sources = [
'gstmsdkvp8enc.c',
'gstmsdkvc1dec.c',
'msdk.c',
'msdk-enum.c'
'gstmsdkvpputil.c'
'msdk-enum.c',
'gstmsdkvpputil.c',
]
if host_machine.system() == 'windows'