summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2011-04-22 22:48:25 +0300
committerMartin Storsjo <martin@martin.st>2011-06-22 21:55:13 +0300
commit2a4592119fe1d303fff2f268fffe7a84f38f8027 (patch)
tree95979f5792ebd8c06af1195282171dba23bda8f0 /media/libstagefright/codecs
parent2c32a92c84445d312b0dee4c82f84c036f2ca651 (diff)
downloadframeworks_av-2a4592119fe1d303fff2f268fffe7a84f38f8027.zip
frameworks_av-2a4592119fe1d303fff2f268fffe7a84f38f8027.tar.gz
frameworks_av-2a4592119fe1d303fff2f268fffe7a84f38f8027.tar.bz2
stagefright: Only use __int64 on MSVC, not on all win32 compilers
Change-Id: I9eef7e1cb762753b792ab602333dc5a2fd8a173c
Diffstat (limited to 'media/libstagefright/codecs')
-rw-r--r--media/libstagefright/codecs/common/include/voType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/common/include/voType.h b/media/libstagefright/codecs/common/include/voType.h
index 70b2e83..5f659ab 100644
--- a/media/libstagefright/codecs/common/include/voType.h
+++ b/media/libstagefright/codecs/common/include/voType.h
@@ -101,7 +101,7 @@ typedef signed long VO_S32;
since the compiler does not support the way the component was written.
*/
#ifndef VO_SKIP64BIT
-#ifdef _WIN32
+#ifdef _MSC_VER
/** VO_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
typedef unsigned __int64 VO_U64;
/** VO_S64 is a 64 bit signed quantity that is 64 bit word aligned */