Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow raspi camera plugin to build under Ubuntu
Ubuntu ships the libraspberrypi-dev packages that places the raspberry header files under /usr/include instead under /opt. Extend the cmake logic to pick up also header files there. Also the --no-as-needed flag seems to be required since otherwise the compiled binary will end up with mmal errors (compare also gstreamer, which ran into a similar issue: thaytan/gst-rpicamsrc@79860a0) Signed-off-by: Arne Schwabe <[email protected]>
- Loading branch information