mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: ensure all examples are included in doc
Move declaration of examples to use same file lists for build and docs.
This commit is contained in:
parent
6ebd589659
commit
bbc2136e89
4 changed files with 79 additions and 159 deletions
|
|
@ -88,27 +88,13 @@ example_files = [
|
|||
'tutorial4.c',
|
||||
'tutorial5.c',
|
||||
'tutorial6.c',
|
||||
'audio-src.c',
|
||||
'audio-dsp-src.c',
|
||||
'audio-dsp-filter.c',
|
||||
'video-play.c',
|
||||
'video-src.c',
|
||||
'video-dsp-play.c',
|
||||
'video-play-pull.c',
|
||||
'video-play-reneg.c',
|
||||
'video-src-alloc.c',
|
||||
'video-src-reneg.c',
|
||||
'export-sink.c',
|
||||
'export-source.c',
|
||||
'export-spa.c',
|
||||
'export-spa-device.c',
|
||||
'bluez-session.c',
|
||||
'local-v4l2.c',
|
||||
'spa/examples/adapter-control.c',
|
||||
'spa/examples/example-control.c',
|
||||
'spa/examples/local-libcamera.c',
|
||||
'spa/examples/local-v4l2.c',
|
||||
]
|
||||
foreach h : examples
|
||||
example_files += [h + '.c']
|
||||
endforeach
|
||||
foreach h : spa_examples
|
||||
example_files += ['spa/examples/' + h + '.c']
|
||||
endforeach
|
||||
|
||||
example_doxygen = []
|
||||
example_ref = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue