From efbb6d2a13a6038e8bd49b6991fdd22fe1e8c593 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 29 Nov 2016 15:18:43 +0100 Subject: [PATCH] mssdemux: fix meson build Follow-up of 73721ad4e9e2d32e1c8b6a3b4aaa98401530e58a. Forgot to add the fragment parser in the meson build file. --- ext/smoothstreaming/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/smoothstreaming/meson.build b/ext/smoothstreaming/meson.build index 00afda9486..9785537670 100644 --- a/ext/smoothstreaming/meson.build +++ b/ext/smoothstreaming/meson.build @@ -1,6 +1,7 @@ smoothstreaming_sources = [ 'gstmssdemux.c', 'gstmssmanifest.c', + 'gstmssfragmentparser.c', 'gstsmoothstreaming-plugin.c', ]