From 54d7e2811f805066b7aaf399f12ff47f7e5d7bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 26 Aug 2017 12:03:06 +0100 Subject: [PATCH] meson: fix build for isoff lib addition --- ext/smoothstreaming/meson.build | 2 +- tests/check/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/smoothstreaming/meson.build b/ext/smoothstreaming/meson.build index 1ea4984f64..c1b6943842 100644 --- a/ext/smoothstreaming/meson.build +++ b/ext/smoothstreaming/meson.build @@ -14,7 +14,7 @@ if xml28_dep.found() link_args : noseh_link_args, include_directories : [configinc, libsinc], dependencies : [gst_dep, gstadaptivedemux_dep, gstcodecparsers_dep, - gsturidownloader_dep, xml28_dep, gio_dep], + gsturidownloader_dep, gstisoff_dep, xml28_dep, gio_dep], install : true, install_dir : plugins_install_dir, ) diff --git a/tests/check/meson.build b/tests/check/meson.build index 54f9f73ee7..f0a8ec120a 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -26,7 +26,6 @@ base_tests = [ [['elements/curlfilesink.c'], not curl_dep.found(), [curl_dep]], [['elements/curlftpsink.c'], not curl_dep.found(), [curl_dep]], [['elements/curlsmtpsink.c'], not curl_dep.found(), [curl_dep]], - [['elements/dash_isoff.c'], not xml2_dep.found(), [xml2_dep]], [['elements/dash_mpd.c'], not xml2_dep.found(), [xml2_dep]], [['elements/faac.c'], not faac_dep.found() or not cc.has_header_symbol('faac.h', 'faacEncOpen'), [faac_dep]], [['elements/faad.c'], not faad_dep.found() or not have_faad_2_7, [faad_dep]], @@ -56,6 +55,7 @@ base_tests = [ [['elements/voaacenc.c'], not voaac_dep.found(), [voaac_dep]], [['elements/x265enc.c'], not x265_dep.found(), [x265_dep]], [['elements/zbar.c'], not zbar_dep.found(), [zbar_dep]], + [['libs/isoff.c'], not xml2_dep.found(), [gstisoff_dep, xml2_dep]], ] test_defines = [