mssdemux: fix meson build

Follow-up of 73721ad4e9.
Forgot to add the fragment parser in the meson build file.
This commit is contained in:
Philippe Normand 2016-11-29 15:18:43 +01:00
parent 73721ad4e9
commit efbb6d2a13

View file

@ -1,6 +1,7 @@
smoothstreaming_sources = [
'gstmssdemux.c',
'gstmssmanifest.c',
'gstmssfragmentparser.c',
'gstsmoothstreaming-plugin.c',
]