HermanChen / mpp

Rockchip MPP(Media Process Platfrom)
162 stars 73 forks source link

Missing linux/dma-buf.h with older Linux headers #44

Closed PredatorMF closed 2 years ago

PredatorMF commented 2 years ago

Commit: 60f5fc234ac308bdc88cd24024e7bb9366d0177b

Error when compiling:

mpp/osal/allocator/allocator_dma_heap.c:26:27: fatal error: linux/dma-buf.h: No such file or directory

We're cross-compiling with linux headers:

linux-libc-dev-arm64-cross 4.9.25-1cross1

HermanChen commented 2 years ago

Thanks and fixed~