From 26fe5527079c5ee6eb9f8982f3e3a50c62ddfb6d Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Thu, 15 Jul 2021 19:44:21 +0900 Subject: [PATCH] tests: Enable closedcaption test on Windows ... if closedcaption plugin is available Part-of: --- tests/check/meson.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/check/meson.build b/tests/check/meson.build index ca75193..b4055a9 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -27,9 +27,12 @@ base_tests = [ [['elements/autovideoconvert.c']], [['elements/avwait.c']], [['elements/camerabin.c']], - [['elements/d3d11colorconvert.c'], host_machine.system() != 'windows', ], + [['elements/ccconverter.c'], not pangocairo_dep.found(), [gstvideo_dep]], + [['elements/cccombiner.c'], not pangocairo_dep.found(), ], + [['elements/ccextractor.c'], not pangocairo_dep.found(), ], [['elements/cudaconvert.c'], false, [gmodule_dep, gstgl_dep]], [['elements/cudafilter.c'], false, [gmodule_dep, gstgl_dep]], + [['elements/d3d11colorconvert.c'], host_machine.system() != 'windows', ], [['elements/gdpdepay.c']], [['elements/gdppay.c']], [['elements/h263parse.c'], false, [libparser_dep, gstcodecparsers_dep]], @@ -39,6 +42,7 @@ base_tests = [ [['elements/id3mux.c']], [['elements/interlace.c']], [['elements/jpeg2000parse.c'], false, [libparser_dep, gstcodecparsers_dep]], + [['elements/line21.c'], not pangocairo_dep.found(), ], [['elements/mfvideosrc.c'], host_machine.system() != 'windows', ], [['elements/mpegtsdemux.c'], false, [gstmpegts_dep]], [['elements/mpegtsmux.c'], false, [gstmpegts_dep]], @@ -101,11 +105,7 @@ if host_machine.system() != 'windows' [['elements/avtpcvfdepay.c'], not avtp_dep.found(), [avtp_dep]], [['elements/avtpsink.c'], not avtp_dep.found(), [avtp_dep]], [['elements/avtpsrc.c'], not avtp_dep.found(), [avtp_dep]], - [['elements/ccconverter.c'], not gstvideo_dep.found(), [gstvideo_dep]], - [['elements/cccombiner.c']], - [['elements/ccextractor.c']], [['elements/clockselect.c']], - [['elements/line21.c']], [['elements/curlhttpsink.c'], not curl_dep.found(), [curl_dep]], [['elements/curlhttpsrc.c'], not curl_dep.found(), [curl_dep, gio_dep]], [['elements/curlfilesink.c'], -- 2.7.4