mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests: Re-enable isoff test on Windows
... and drop libxml2 dependency since it never be used by both test and gstisoff.
This commit is contained in:
parent
b606ff16a9
commit
fa3ae13250
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue