tests: Re-enable isoff test on Windows
authorSeungha Yang <seungha.yang@navercorp.com>
Tue, 18 Dec 2018 13:07:48 +0000 (22:07 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 18 Dec 2018 16:48:17 +0000 (16:48 +0000)
... and drop libxml2 dependency since it never be used by
both test and gstisoff.

tests/check/meson.build

index b3b4ebf..05574b2 100644 (file)
@@ -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