commit | bf835e452528600052fa5607c7bc8ae85bd81d67 | [log] [tgz] |
---|---|---|
author | Robert Shih <robertshih@google.com> | Thu Jul 14 15:32:08 2016 -0700 |
committer | Robert Shih <robertshih@google.com> | Thu Jul 14 22:33:41 2016 +0000 |
tree | d4a8e5149a4d07e7c674251591aa279bdd470ae6 | |
parent | 3242dcf6e9f5e01fa2e4fd78feb5db7ec385469d [diff] |
DO NOT MERGE - Fix build Change-Id: Iff47bb735778fb275abeee573c636856b839feb5
diff --git a/media/libstagefright/codecs/on2/dec/SoftVPX.cpp b/media/libstagefright/codecs/on2/dec/SoftVPX.cpp index 5d039ef..1691d03 100644 --- a/media/libstagefright/codecs/on2/dec/SoftVPX.cpp +++ b/media/libstagefright/codecs/on2/dec/SoftVPX.cpp
@@ -27,6 +27,10 @@ #include "vpx/vpx_codec.h" #include "vpx/vp8dx.h" +#ifndef UINT32_MAX +#define UINT32_MAX (4294967295U) +#endif + namespace android { SoftVPX::SoftVPX(