mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: Enable more tests on Windows
Enable libs_rtp, libs_video and elements_compositor
This commit is contained in:
parent
f5c4826ea4
commit
a95ab79d34
1 changed files with 3 additions and 3 deletions
|
@ -15,11 +15,13 @@ base_tests = [
|
|||
[ 'libs/navigation.c' ],
|
||||
[ 'libs/pbutils.c' ],
|
||||
[ 'libs/profile.c' ],
|
||||
[ 'libs/rtp.c' ],
|
||||
[ 'libs/rtpbasedepayload.c' ],
|
||||
[ 'libs/rtpbasepayload.c' ],
|
||||
[ 'libs/rtsp.c' ],
|
||||
[ 'libs/sdp.c' ],
|
||||
[ 'libs/tag.c' ],
|
||||
[ 'libs/video.c' ],
|
||||
[ 'libs/videoanc.c' ],
|
||||
[ 'libs/videoencoder.c' ],
|
||||
[ 'libs/videodecoder.c' ],
|
||||
|
@ -34,6 +36,7 @@ base_tests = [
|
|||
[ 'elements/audiorate.c' ],
|
||||
[ 'elements/audiotestsrc.c' ],
|
||||
[ 'elements/audioresample.c' ],
|
||||
[ 'elements/compositor.c' ],
|
||||
[ 'elements/decodebin.c' ],
|
||||
[ 'elements/overlaycomposition.c' ],
|
||||
[ 'elements/playbin.c' ],
|
||||
|
@ -59,10 +62,7 @@ base_tests = [
|
|||
if host_machine.system() != 'windows'
|
||||
base_tests += [
|
||||
[ 'libs/allocators.c', host_machine.system() != 'linux' ],
|
||||
[ 'libs/rtp.c' ],
|
||||
[ 'libs/rtspconnection.c' ],
|
||||
[ 'libs/video.c' ],
|
||||
[ 'elements/compositor.c', not core_conf.has('HAVE_UNISTD_H') ],
|
||||
[ 'elements/libvisual.c', not is_variable('libvisual_dep') or not libvisual_dep.found() ],
|
||||
[ 'elements/encodebin.c', not theoraenc_dep.found() or not vorbisenc_dep.found() ],
|
||||
[ 'elements/multifdsink.c', not core_conf.has('HAVE_SYS_SOCKET_H') or not core_conf.has('HAVE_UNISTD_H') ],
|
||||
|
|
Loading…
Reference in a new issue