mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
9 lines
242 B
Meson
9 lines
242 B
Meson
|
gstimagefreeze = library('gstimagefreeze',
|
||
|
'gstimagefreeze.c',
|
||
|
c_args : gst_plugins_good_args,
|
||
|
include_directories : [configinc, libsinc],
|
||
|
dependencies : glib_deps + [gst_dep],
|
||
|
install : true,
|
||
|
install_dir : plugins_install_dir,
|
||
|
)
|