I am trying to compile gstreamer-rockchip on my Firefly RK3399. It is currently running the Ubuntu distro that comes pre-installed, and want to enable HW acceleration when decoding and encoding H.264 video.
When I run ./autogen.sh in the folder, I get this output:
configure: *** Plug-ins without external dependencies that will be built:
configure: *** Plug-ins without external dependencies that will NOT be built:
configure: *** Plug-ins that have NOT been ported:
configure: *** Plug-ins with dependencies that will be built:
rkximage
rockchipmpp
configure: *** Plug-ins with dependencies that will NOT be built:
vpudec
configure: *** Orc acceleration disabled. Requires Orc >= 0.4.16, which was
not found. Slower code paths will be used.
How can I compile and install vpudec?