Skip to content
Snippets Groups Projects
Commit fbbacdb8 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog: Committed by GStreamer Marge Bot
Browse files

docs: include *.cc and *.hh in gst-c-sources

parent 93a54093
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment