msdk: Fix the misspelled file name in meson build

This commit is contained in:
Sreerenj Balachandran 2018-03-09 10:32:40 -09:00
parent 898e01fe29
commit bdbc1d0bef

View file

@ -19,7 +19,7 @@ msdk_sources = [
'gstmsdkvp8enc.c',
'gstmsdkvc1dec.c',
'msdk.c',
'msdk-enum.c'
'msdk-enums.c'
]
if host_machine.system() == 'windows'