[rk_env]: add default value to env_get function

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@35 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-05 08:46:46 +00:00
parent ef042eb9df
commit 1fe9a769fc
11 changed files with 106 additions and 64 deletions

View File

@@ -23,7 +23,7 @@ int main()
void *tmp = NULL;
rk_log("try memalign of 512\n");
rk_mpp_set_memalign(512);
rk_mpp_set_mem_align(512);
tmp = rk_malloc(int, 100);
if (tmp) {