for callback invoke when resolution is changed
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / exynos4 / libcodec / video / v4l2 / dec / ExynosVideoDecoder.c
index 9d1e48c..31217df 100755 (executable)
@@ -44,7 +44,7 @@
 
 /* #define LOG_NDEBUG 0 */
 #define LOG_TAG "ExynosVideoDecoder"
-#ifndef SLP_PLATFORM /* build env */
+#ifndef TIZEN_FEATURE_E3250 /* build env */
 #include <utils/Log.h>
 #else
 #include "Exynos_OSAL_Log.h"
@@ -1067,7 +1067,7 @@ static ExynosVideoErrorType MFC_Decoder_Setup_Outbuf(
                 pVideoPlane->allocSize = buf.m.planes[j].length;
                 pVideoPlane->dataSize = 0;
 
-#ifdef SLP_PLATFORM /* dmabuf */
+#ifdef TIZEN_FEATURE_E3250 /* dmabuf */
 #if 0
                 if (pCtx->bufShareMethod == BUF_SHARE_FD) {
                     exynos_v4l2_expbuf(pCtx->hDec, &pVideoPlane->fd, buf.m.planes[j].m.mem_offset);