mirror of
https://github.com/rockchip-linux/mpp.git
synced 2024-11-24 02:23:30 +08:00
[pkgconfig]: offer a sample for pkgconfig
The CMake could use this sample to generate the pkgconfig files for target system. Change-Id: I24c54533dc8f307b2e3748a2cce493a86cf274bc Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
parent
349b60410f
commit
84947e3998
12
pkgconfig/rockchip_mpp.pc.cmake
Normal file
12
pkgconfig/rockchip_mpp.pc.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: rockchip_mpp
|
||||
Description: Rockchip Media Process Platform
|
||||
Requires.private:
|
||||
Version: 1.3.7
|
||||
Libs: -L${libdir} -lrockchip_mpp
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
12
pkgconfig/rockchip_vpu.pc.cmake
Normal file
12
pkgconfig/rockchip_vpu.pc.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: rockchip_vpu
|
||||
Description: Rockchip Media Process Platform (Legacy)
|
||||
Requires.private:
|
||||
Version: 0.3.0
|
||||
Libs: -L${libdir} -lrockchip_vpu
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user