jjm2473 / ffmpeg-rk

支持rockchip mpp硬件加速编解码的ffmpeg版本。Forked ffmpeg that supports rkmpp decodeing, encoding and rga scaling
https://ffmpeg.org
Other
172 stars 29 forks source link

ERROR: librga requested but not found #37

Closed gilankpam closed 7 months ago

gilankpam commented 7 months ago

Got this error when running ./configure ... command. I've compiled and install the librga from https://github.com/jjm2473/librga, set the install prefix to /usr/local

Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/librga.so
-- Up-to-date: /usr/local/include/im2d_version.h
-- Up-to-date: /usr/local/include/im2d_type.h
-- Up-to-date: /usr/local/include/im2d_buffer.h
-- Up-to-date: /usr/local/include/im2d_common.h
-- Up-to-date: /usr/local/include/im2d_single.h
-- Up-to-date: /usr/local/include/im2d_task.h
-- Up-to-date: /usr/local/include/im2d_mpi.h
-- Up-to-date: /usr/local/include/im2d_expand.h
-- Up-to-date: /usr/local/include/im2d.h
-- Up-to-date: /usr/local/include/im2d.hpp
-- Up-to-date: /usr/local/include/drmrga.h
-- Up-to-date: /usr/local/include/rga.h
-- Up-to-date: /usr/local/include/RgaApi.h
-- Up-to-date: /usr/local/include/RockchipRga.h
-- Up-to-date: /usr/local/include/RgaUtils.h
-- Up-to-date: /usr/local/include/RgaSingleton.h
-- Up-to-date: /usr/local/include/RgaMutex.h
-- Up-to-date: /usr/local/include/GrallocOps.h
-- Installing: /usr/local/lib/librga.a
-- Installing: /usr/local/bin/rgaImDemo
-- Set runtime path of "/usr/local/bin/rgaImDemo" to ""
gilankpam commented 7 months ago

fixed it by setting the prefix to /usr instead of /usr/local