mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
12 lines
277 B
Meson
12 lines
277 B
Meson
|
gstdebug = library('gstbasedebug',
|
||
|
'gstdebug.c',
|
||
|
'gstfakevideodec.c',
|
||
|
c_args: gst_plugins_base_args,
|
||
|
include_directories : [configinc],
|
||
|
dependencies : [gst_dep, gst_base_dep, video_dep],
|
||
|
install : true,
|
||
|
install_dir : plugins_install_dir,
|
||
|
)
|
||
|
plugins += [gstdebug]
|
||
|
|