for callback invoke when resolution is changed
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / exynos4 / libcodec / audio / alp / dec / srp_api.c
index ab53022..0797b8a 100644 (file)
@@ -41,7 +41,7 @@
 #define LOG_NDEBUG 1
 #define LOG_TAG "libsrpapi"
 
-#ifndef SLP_PLATFORM /* build env */
+#ifndef TIZEN_FEATURE_E3250 /* build env */
 #include <utils/Log.h>
 #else
 #include "Exynos_OSAL_Log.h"
@@ -113,8 +113,8 @@ int SRP_Decode(void *buff, int size_byte)
 
             ret = write(srp_dev, buff, size_byte);  /* Write Buffer to RP Driver */
             if (ret < 0) {
-#ifdef SLP_PLATFORM
-/* in slp, ret value is different from android. this is caused from glib. android uses bionic libc. */
+#ifdef TIZEN_FEATURE_E3250
+/* ret value is different from android. this is caused from glib. android uses bionic libc. */
                 ret = -(errno);
 #endif
                 if (ret != SRP_ERROR_IBUF_OVERFLOW)