mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
11 lines
293 B
Meson
11 lines
293 B
Meson
|
if host_system not in ['windows', 'linux']
|
||
|
subdir_done()
|
||
|
endif
|
||
|
|
||
|
executable('decoder-caps-update',
|
||
|
['decoder-caps-update.cpp', '../key-handler.c'],
|
||
|
include_directories : [configinc],
|
||
|
dependencies: [gst_dep, gstbase_dep, gstvideo_dep],
|
||
|
c_args : gst_plugins_bad_args,
|
||
|
install: false)
|