mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user