• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if have_msdk
2  executable('test-roi', 'test-roi.c',
3    include_directories : [configinc],
4    dependencies: [gst_dep, gstvideo_dep],
5    c_args : gst_plugins_bad_args,
6    install: false)
7endif
8