diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-08-26 12:03:06 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-08-26 12:03:06 +0100 |
commit | 54d7e2811f805066b7aaf399f12ff47f7e5d7bea (patch) | |
tree | e9c5c7160ae66a799132d382554bc1e12c5b7179 /tests | |
parent | 0829891c2c23b2f02b47be4a1c38983d9af03e42 (diff) |
meson: fix build for isoff lib addition
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build index 54f9f73ee..f0a8ec120 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 = [ |