mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-09-26 21:15:53 +08:00

Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I595cf5a913238400714d3174361586aa4479fbe9
13 lines
309 B
CMake
13 lines
309 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
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.9
|
|
Libs: -L${libdir} -lrockchip_mpp
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|