forked from rockchip-linux/mpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]>
- Loading branch information
1 parent
349b604
commit 84947e3
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |