virinext / pipeviz

Pipeviz is a gui tool for constructing and testing gstreamer pipelines
GNU General Public License v2.0
116 stars 31 forks source link

Fix build with libc++, fix shadow builds, add missing inter-target dependency #55

Closed grayed closed 4 years ago

grayed commented 4 years ago

Firstly, this avoids picking up src/version as #include <version> from inside libc++.

Secondly, there are fixes for gitinfo target:

This diff also removes "." from INCLUDEPATH, as it seems not being needed at all.

virinext commented 4 years ago

Thanks for contributing!