mssdemux: fix meson build

Follow-up of 73721ad4e9e2d32e1c8b6a3b4aaa98401530e58a.
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',
]