Miouyouyou / rockchip-vcodec

The Rockchip VPU driver module code for Linux, taken from rockchip-forwardports. I'm still hesitating between rockchip-vcodec and literate-octo-guacamole though...
12 stars 5 forks source link

Add the userspace API header #7

Closed baruchsiach closed 6 years ago

baruchsiach commented 6 years ago

This fixes the following error when building against mainline kernel:

.../rockchip-vcodec/vcodec_service.c:45:10: fatal error: video/rk_vpu_service.h: No such file or directory

include <video/rk_vpu_service.h>

      ^~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Baruch Siach baruch@tkos.co.il