tests: add a few more orc tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3029>
This commit is contained in:
parent
412362281f
commit
2ac5d687e1
@ -232,6 +232,9 @@ endforeach
|
|||||||
# orc tests
|
# orc tests
|
||||||
orc_tests = [
|
orc_tests = [
|
||||||
['orc_bayer', files('../../gst/bayer/gstbayerorc.orc')],
|
['orc_bayer', files('../../gst/bayer/gstbayerorc.orc')],
|
||||||
|
['orc_fieldanalysis', files('../../gst/fieldanalysis/gstfieldanalysisorc.orc')],
|
||||||
|
['orc_gaudieffects', files('../../gst/gaudieffects/gstgaudieffectsorc.orc')],
|
||||||
|
['orc_scenechange', files('../../gst/videofilters/gstscenechangeorc.orc')],
|
||||||
]
|
]
|
||||||
|
|
||||||
orc_test_dep = dependency('', required : false)
|
orc_test_dep = dependency('', required : false)
|
||||||
|
@ -156,14 +156,6 @@ if host_machine.system() != 'windows'
|
|||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
foo='''
|
|
||||||
if HAVE_ORC
|
|
||||||
check_orc = orc/deinterlace orc/videomixer orc/videobox
|
|
||||||
else
|
|
||||||
check_orc =
|
|
||||||
endif
|
|
||||||
'''
|
|
||||||
|
|
||||||
test_defines = [
|
test_defines = [
|
||||||
'-UG_DISABLE_ASSERT',
|
'-UG_DISABLE_ASSERT',
|
||||||
'-UG_DISABLE_CAST_CHECKS',
|
'-UG_DISABLE_CAST_CHECKS',
|
||||||
@ -235,6 +227,7 @@ endforeach
|
|||||||
|
|
||||||
# orc tests
|
# orc tests
|
||||||
orc_tests = [
|
orc_tests = [
|
||||||
|
['orc_audiopanorama', files('../../gst/audiofx/audiopanoramaorc.orc')],
|
||||||
['orc_deinterlace', files('../../gst/deinterlace/tvtime.orc')],
|
['orc_deinterlace', files('../../gst/deinterlace/tvtime.orc')],
|
||||||
['orc_videomixer', files('../../gst/videomixer/videomixerorc.orc')],
|
['orc_videomixer', files('../../gst/videomixer/videomixerorc.orc')],
|
||||||
['orc_videobox', files('../../gst/videobox/gstvideoboxorc.orc')],
|
['orc_videobox', files('../../gst/videobox/gstvideoboxorc.orc')],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user