mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
meson: enable building the ipcpipeline plugin
This commit is contained in:
parent
e97877dc7e
commit
d3920aa2a9
2 changed files with 17 additions and 0 deletions
16
gst/ipcpipeline/meson.build
Normal file
16
gst/ipcpipeline/meson.build
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
ipcpipeline_sources = [
|
||||||
|
'gstipcpipeline.c',
|
||||||
|
'gstipcpipelinecomm.c',
|
||||||
|
'gstipcpipelinesink.c',
|
||||||
|
'gstipcpipelinesrc.c',
|
||||||
|
'gstipcslavepipeline.c'
|
||||||
|
]
|
||||||
|
|
||||||
|
gstipcpipeline = library('gstipcpipeline',
|
||||||
|
ipcpipeline_sources,
|
||||||
|
c_args : gst_plugins_bad_args,
|
||||||
|
include_directories : [configinc],
|
||||||
|
dependencies : [gstbase_dep],
|
||||||
|
install : true,
|
||||||
|
install_dir : plugins_install_dir,
|
||||||
|
)
|
|
@ -27,6 +27,7 @@ subdir('geometrictransform')
|
||||||
subdir('id3tag')
|
subdir('id3tag')
|
||||||
subdir('inter')
|
subdir('inter')
|
||||||
subdir('interlace')
|
subdir('interlace')
|
||||||
|
subdir('ipcpipeline')
|
||||||
subdir('ivfparse')
|
subdir('ivfparse')
|
||||||
subdir('ivtc')
|
subdir('ivtc')
|
||||||
subdir('jp2kdecimator')
|
subdir('jp2kdecimator')
|
||||||
|
|
Loading…
Reference in a new issue