summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSeungha Yang <seungha.yang@navercorp.com>2018-12-18 22:07:48 +0900
committerTim-Philipp Müller <tim@centricular.com>2018-12-18 16:48:17 +0000
commitfa3ae132504d622f0d96477df73652c85e71c68a (patch)
treed7ef5d11167be357d061278bad208ee0a25b96d4 /tests
parentb606ff16a9b4d8e4a0e5dd39a9a4add32f91c18c (diff)
downloadgstreamer-plugins-bad-fa3ae132504d622f0d96477df73652c85e71c68a.tar.gz
tests: Re-enable isoff test on Windows
... and drop libxml2 dependency since it never be used by both test and gstisoff.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index b3b4ebf33..05574b2a7 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -37,6 +37,7 @@ base_tests = [
[['libs/h264parser.c'], false, [gstcodecparsers_dep]],
[['libs/h265parser.c'], false, [gstcodecparsers_dep]],
[['libs/insertbin.c'], false, [gstinsertbin_dep]],
+ [['libs/isoff.c'], false, [gstisoff_dep]],
[['libs/mpegvideoparser.c'], false, [gstcodecparsers_dep]],
[['libs/planaraudioadapter.c'], false, [gstbadaudio_dep]],
[['libs/player.c'], not enable_gst_player_tests, [gstplayer_dep]],
@@ -81,7 +82,6 @@ if host_machine.system() != 'windows'
[['elements/x265enc.c'], not x265_dep.found(), [x265_dep]],
[['elements/zbar.c'], not zbar_dep.found(), [zbar_dep]],
[['elements/msdkh264enc.c'], not have_msdk, [msdk_dep]],
- [['libs/isoff.c'], not xml2_dep.found(), [gstisoff_dep, xml2_dep]],
[['libs/mpegts.c'], false, [gstmpegts_dep]],
]
endif