Hi, I'm working with iMX8mm i want to use vpu H264
https://github.com/Freescale/libimxdmabuffer
When following the specified configuration instructions;
./waf configure --prefix=PREFIX
Errors relating to not having a specified kernel headers path appear. So I added the following kernel headers path in the configuration;
./waf configure --prefix=PREFIX --imx-linux-headers-path=/home/jensen/imx8mm/OK8MM-linux-sdk/OK8MM-linux-kernel/include/
but Errors Could not find linux/mxcfb.h in path "/home/jensen/imx8mm/OK8MM-linux-sdk/OK8MM-linux-kernel/include/" specified by --imx-linux-headers-path But there is linux/mxcfb.h in this directory
Any suggestions on what could be causing this issue?
Thank you,
jensen