JeffyCN / libv4l-rkmpp

A rockchip-mpp V4L2 wrapper plugin for chromium V4L2 VDA/VEA
GNU Lesser General Public License v2.1
79 stars 26 forks source link

rockchip_mpp not found #9

Closed neofeo closed 1 year ago

neofeo commented 1 year ago

Hi sir, well, I installed rockchip_mpp through the repo as "librockchip-mpp" and also compiled it and install it into the system , but for some reason it's not catched by this project. could you give me a hint here? librockchip_mpp.so and all the rest are on /usr/local/lib and on /usr/lib they are the one from the repo, it's hard to know why it doesnt pick them.

JeffyCN commented 1 year ago

it's using pkg-config to find mpp's .pc file. you can try to use strace to find where the .pc file should be.

JeffyCN commented 1 year ago

the pkgconf file should be installed to /usr/lib/pkgconfig/rockchip_mpp.pc

neofeo commented 1 year ago

Ok, closing for now. Thanks!