for callback invoke when resolution is changed
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / exynos / libv4l2 / exynos_v4l2.c
index 08b4f82..e050fba 100755 (executable)
@@ -40,9 +40,9 @@
 
 //#define LOG_NDEBUG 0
 #define LOG_TAG "libexynosv4l2"
-#ifndef SLP_PLATFORM /* build env */
+#ifndef TIZEN_FEATURE_E3250 /* build env */
 #include <utils/Log.h>
-#else 
+#else
 #include "Exynos_OSAL_Log.h"
 #endif
 
@@ -428,7 +428,7 @@ int exynos_v4l2_querybuf(int fd, struct v4l2_buffer *buf)
     return ret;
 }
 
-#ifdef SLP_PLATFORM /*dmabuf */
+#ifdef TIZEN_FEATURE_E3250 /*dmabuf */
 
 #ifndef VIDIOC_EXPBUF
 struct v4l2_exportbuffer {