summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/common
diff options
context:
space:
mode:
authorDeckard Autoverifier <deckard@android.com>2011-07-18 15:46:14 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-07-18 15:46:14 -0700
commite1928190ffb5febd306ca90ae1f5e61864a58192 (patch)
tree3681c8957fc000df14334459e703141d811fd21e /media/libstagefright/codecs/common
parenta97eba3d489722097412aab836babc3ddfc7a178 (diff)
parentb7f0d825c56dced10bb7df7cfc624ef9ebffe21c (diff)
downloadframeworks_base-e1928190ffb5febd306ca90ae1f5e61864a58192.zip
frameworks_base-e1928190ffb5febd306ca90ae1f5e61864a58192.tar.gz
frameworks_base-e1928190ffb5febd306ca90ae1f5e61864a58192.tar.bz2
am b7f0d825: am 691257b1: am 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"
* commit 'b7f0d825c56dced10bb7df7cfc624ef9ebffe21c': stagefright: Only use __int64 on MSVC, not on all win32 compilers
Diffstat (limited to 'media/libstagefright/codecs/common')
-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 */