mpromonet / v4l2onvif

ONVIF server for V4L2 Devices
GNU General Public License v3.0
118 stars 61 forks source link

Relay flags to libv4l2rtspserver target #13

Closed didomenico closed 11 months ago

didomenico commented 11 months ago

Description

libv4l2rtspserver is built without using the compile flags of the Makefile.

Related Issue

https://github.com/mpromonet/v4l2onvif/issues/12

Motivation and Context

This change is needed to cross-compile libv4l2rtspserver using the liblibv4l2rtspserver.a target. CXXFLAGS=-I[include_dir] CXX=[c++-compiler] CC=[c_compiler] make liblibv4l2rtspserver.a

Types of changes

mpromonet commented 11 months ago

Hi @didomenico

Thanks, looks good.

Best Regards, Michel.

didomenico commented 11 months ago

Hi, @mpromonet,

Thank you.

Best regards, William