summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--[-rwxr-xr-x]inc/mjpeg/defs.h2
-rw-r--r--v3/Android.mk5
-rw-r--r--v3/fake-pipeline2/Sensor.cpp12
3 files changed, 18 insertions, 1 deletions
diff --git a/inc/mjpeg/defs.h b/inc/mjpeg/defs.h
index b286a08..244e125 100755..100644
--- a/inc/mjpeg/defs.h
+++ b/inc/mjpeg/defs.h
@@ -40,7 +40,7 @@ typedef int8_t INT8;
typedef uint8_t UINT8;
typedef int16_t INT16;
typedef uint16_t UINT16;
-typedef int32_t INT32;
+//typedef int32_t INT32;
typedef uint32_t UINT32;
typedef int64_t INT64;
typedef uint64_t UINT64;