Closed didomenico closed 11 months ago
libv4l2rtspserver is built without using the compile flags of the Makefile.
https://github.com/mpromonet/v4l2onvif/issues/12
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
CXXFLAGS=-I[include_dir] CXX=[c++-compiler] CC=[c_compiler] make liblibv4l2rtspserver.a
Hi @didomenico
Thanks, looks good.
Best Regards, Michel.
Hi, @mpromonet,
Thank you.
Best regards, William
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