mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
docs: include *.cc and *.hh in gst-c-sources
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1491>
This commit is contained in:
parent
93a54093ec
commit
fbbacdb856
1 changed files with 4 additions and 0 deletions
|
@ -198,8 +198,12 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
|
|||
gst_c_sources: [
|
||||
join_paths(root_rel, 'sys/*/*.[ch]'),
|
||||
join_paths(root_rel, 'sys/*/*.cpp'),
|
||||
join_paths(root_rel, 'sys/*/*.cc'),
|
||||
join_paths(root_rel, 'sys/*/*.hh'),
|
||||
join_paths(root_rel, 'ext/*/*.[ch]'),
|
||||
join_paths(root_rel, 'ext/*/*.cpp'),
|
||||
join_paths(root_rel, 'ext/*/*.cc'),
|
||||
join_paths(root_rel, 'ext/*/*.hh'),
|
||||
join_paths(root_rel, 'gst/*/*.[ch]'),
|
||||
],
|
||||
dependencies: [gst_dep, plugins],
|
||||
|
|
Loading…
Reference in a new issue