for callback invoke when resolution is changed
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / exynos / libv4l2 / exynos_mc.c
index 6ada9d1..66ec719 100755 (executable)
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
-#ifndef SLP_PLATFORM /* build env */
+#ifndef TIZEN_FEATURE_E3250 /* build env */
 #include <media.h>
 #else
-
-#ifdef KERNEL_HEADER_MODIFICATION
-#include "../kernel_header/compiler.h"
-#include "../kernel_header/media.h"
-#else
-#include <linux/compiler.h>
 #include <linux/media.h>
 #endif
-
-#endif
 #include <linux/kdev_t.h>
 #include <linux/types.h>
 
@@ -57,7 +49,7 @@
 
 //#define LOG_NDEBUG 0
 #define LOG_TAG "libexynosv4l2-mc"
-#ifndef SLP_PLATFORM /* build env */
+#ifndef TIZEN_FEATURE_E3250 /* build env */
 #include <utils/Log.h>
 #else
 #include "Exynos_OSAL_Log.h"