mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
plugin: Add RAW system memory importer
Add "clapperrawimporter" module which allows importing RAW system memory mapped frames
This commit is contained in:
11
lib/gst/plugin/importers/meson.build
vendored
Normal file
11
lib/gst/plugin/importers/meson.build
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
if not get_option('rawimporter').disabled()
|
||||
library(
|
||||
'gstclapperrawimporter',
|
||||
'gstclapperrawimporter.c',
|
||||
dependencies: gst_clapper_sink_dep,
|
||||
include_directories: configinc,
|
||||
c_args: gst_clapper_plugin_args,
|
||||
install: true,
|
||||
install_dir: gst_clapper_importers_libdir,
|
||||
)
|
||||
endif
|
Reference in New Issue
Block a user