mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[readme]: add header file include order description
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@68 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
parent
e43cc93487
commit
ef23fee1d2
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ c. header file should not contain any relative path or absolute path, all includ
|
|||
2. compiling system rule
|
||||
a. for cross platform compiling use cmake as the compiling management system.
|
||||
b. use cmake out-of-source build, final binary and library will be install to out/ directory.
|
||||
3. header file include order
|
||||
a. MODULE_TAG
|
||||
b. system header
|
||||
c. osal header
|
||||
d. module header
|
||||
|
||||
NOTE:
|
||||
1. when run on window pthreadVC2.dll needed to be copied to the system directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue