[inc]: change LOG_TAG to MODULE_TAG for more general usage

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@38 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-05 10:04:45 +00:00
parent 7a8f2b7249
commit 764d72e7c5
9 changed files with 28 additions and 16 deletions

View File

@@ -53,4 +53,8 @@ typedef signed long long int RK_S64;
#endif
#ifndef MODULE_TAG
#define MODULE_TAG "rk_mpp"
#endif
#endif /*__RK_TYPE_H__*/