summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorDeckard Autoverifier <deckard@android.com>2011-07-18 15:43:54 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-07-18 15:43:54 -0700
commitc57d9ff30a5bff931f8ffa8d3fa390628268a8a8 (patch)
tree22f75446cab9a07c419cfc987f880b66b368dc89 /media/libstagefright/codecs
parentbd8299bd5471902596cc2a27dc9404bda92edfe6 (diff)
parentaf7e9726a19d106494e96078dedfda7baaeb59cd (diff)
downloadframeworks_av-c57d9ff30a5bff931f8ffa8d3fa390628268a8a8.zip
frameworks_av-c57d9ff30a5bff931f8ffa8d3fa390628268a8a8.tar.gz
frameworks_av-c57d9ff30a5bff931f8ffa8d3fa390628268a8a8.tar.bz2
am 691257b1: am 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"
* commit '691257b1812ffd8172b01c17b9ba23a48eb76594': stagefright: Only use __int64 on MSVC, not on all win32 compilers
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 */