Hi,
I'm using a imx6q board, build the system with OpenIL 201810, I want to connect a camera and test the function of video playback. I have seen imxplayer and imxcamera in Yocto environment before, but even if I select all the options of gstreamer1.0 in OpenIL, they still don’t exit in rootfs.
I found the imx-gst1.0-plugin source code have the imxplayer. I compiled mannualy, but encountered the following error:
device-2d/imx_2d_device.h:25:26: fatal error: gstimxcommon.h: No such file or directory
#include "gstimxcommon.h"
^
compilation terminated.
Makefile:606: recipe for target 'libgstfsl_1.0_la-imx_2d_device.lo' failed
make[1]: *** [libgstfsl_1.0_la-imx_2d_device.lo] Error 1
make[1]: Leaving directory '/home/shark/openil-OpenIL-201810/tmp/imx-gst1.0-plugin/libs'
Makefile:599: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
imx-gst1.0-plugin source code doesn't have the gstimxcommon.h.
How to solve this? and how to get the source code of imxplayer?
thanks.