I need help compiling and installing the package v4l2loopback.
It's a kernel module. When I extract the package and do make
, upon completion of the build it generates a v4l2loopback.ko
file. And also it generates a binary called v4l2loopback-ctl
. In earlier version of the package, they used to ship v4l2loopback-ctl
executable directly in the package. No it has to be compiled in version 1.13.x.
If I want to build that package using Buildroot, the current v4l2loopback.mk file present in <buildroot>/package/v4l2loopback
only compiles the .ko file but not the v4l2loopback-ctl.
I need help changing the v4l2loopback.mk file so that it builds that binary also.
Thanks in advance. (edited)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744108245a4558827.html
评论列表(0条)