for callback invoke when resolution is changed
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / openmax / osal / Exynos_OSAL_Log.c
old mode 100644 (file)
new mode 100755 (executable)
index 0d31d8b..752a5f8
@@ -23,7 +23,7 @@
  * @history
  *   2012.02.20 : Create
  */
-#ifndef SLP_PLATFORM /* build env */
+#ifndef TIZEN_FEATURE_E3250 /* build env */
 #include <utils/Log.h>
 #else
 #ifdef USE_DLOG
 
 #include "Exynos_OSAL_Log.h"
 
-#ifdef SLP_PLATFORM /* build env */
+#ifdef TIZEN_FEATURE_E3250 /* build env */
 static int component_debug_level = -1;
 #endif
 
 void _Exynos_OSAL_Log(EXYNOS_LOG_LEVEL logLevel, const char *tag, const char *msg, ...)
 {
-#ifndef SLP_PLATFORM
+#ifndef TIZEN_FEATURE_E3250
     va_list argptr;
 
     va_start(argptr, msg);