mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[all]: rename file and macro from RK to MPP
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@59 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -15,15 +15,18 @@
|
||||
*/
|
||||
|
||||
#define MODULE_TAG "rk_malloc"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "rk_type.h"
|
||||
#include "rk_log.h"
|
||||
#include "rk_env.h"
|
||||
#include "rk_malloc.h"
|
||||
#include "rk_list.h"
|
||||
#include "mpp_err.h"
|
||||
|
||||
#include "mpp_log.h"
|
||||
#include "mpp_env.h"
|
||||
#include "mpp_malloc.h"
|
||||
#include "mpp_list.h"
|
||||
|
||||
#include "os_malloc.h"
|
||||
#include <string.h>
|
||||
|
||||
// export configure for script detection
|
||||
#define CONFIG_OSAL_MEM_LIST "osal_mem_list"
|
||||
|
Reference in New Issue
Block a user