Just add define 13/162413/1
authorhj kim <backto.kim@samsung.com>
Fri, 1 Dec 2017 02:43:05 +0000 (11:43 +0900)
committerhj kim <backto.kim@samsung.com>
Fri, 1 Dec 2017 02:43:05 +0000 (11:43 +0900)
Change-Id: Ifcd679a3714d80f011507dc10b356162f600a155

imgp/include/mm_util_imgp_internal.h

index 9d06c06..53bf59b 100755 (executable)
@@ -19,6 +19,9 @@
  *
  */
 
+#ifndef __MM_UTIL_IMGP_INTERNAL_H__
+#define __MM_UTIL_IMGP_INTERNAL_H__
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -31,7 +34,7 @@
 #include <gmodule.h>
 #include <unistd.h>
 
-#define PATH_NEON_LIB                                  LIBPREFIX  "/libmmutil_imgp_neon.so"
+#define PATH_NEON_LIB                                  LIBPREFIX "/libmmutil_imgp_neon.so"
 #define PATH_GSTCS_LIB                                 LIBPREFIX "/libmmutil_imgp_gstcs.so"
 
 #define IMGP_FUNC_NAME                         "mm_imgp"
@@ -59,6 +62,7 @@ typedef enum {
        IMGP_CSC = 0,
        IMGP_RSZ,
        IMGP_ROT,
+       IMGP_MAX
 } imgp_type_e;
 
 /* Enumerations */
@@ -123,3 +127,5 @@ typedef struct {
 #ifdef __cplusplus
 }
 #endif
+
+#endif /*__MM_UTIL_IMGP_INTERNAL_H__*/