mirror of
https://github.com/rockchip-linux/mpp.git
synced 2024-11-23 18:14:32 +08:00
fix in mpp.pc vpu.pc for crosscompile.
Change-Id: I4caee98b741cb613547daa8f58018fd90d3d0f39 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
094af953b3
commit
4f10068859
@ -1,4 +1,4 @@
|
||||
prefix=/usr
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
@ -1,4 +1,4 @@
|
||||
prefix=/usr
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
Loading…
Reference in New Issue
Block a user