gstreamer/tests/examples/nvcodec/meson.build
Seungha Yang 1da6846434 examples: nvcodec: Add example for runtime configuration change with nvcodec
Add new example for testing dynamic change of configuration suce as
resolution and properties.
2019-09-11 23:15:06 +00:00

6 lines
226 B
Meson

executable('nvcodec',
['nvcodec.c', 'nvcodec-kb.c'],
include_directories : [configinc],
dependencies: [gst_dep, gstbase_dep, gstvideo_dep],
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
install: false)