gstreamer/plugin/meson.build

8 lines
289 B
Meson
Raw Normal View History

gst_elements_shared = shared_library('gstpython',
['gstpythonplugin.c'],
include_directories : [configinc],
dependencies : [gst_dep, pygobject_dep, gstbase_dep, python_dep, gmodule_dep],
install : true,
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
)