Opened 6 years ago
Closed 6 years ago
#2207 closed defect (fixed)
Fix build failure when using Android NDK r20
Reported by: | ming | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
When building Android with NDK r20, libyuv will fail to build with many errors, such as:
In file included from ../../yuv/source/compare.cc:14: In file included from ndk20/sources/cxx-stl/llvm-libc++/include/math.h:309: In file included from ndk20/sources/cxx-stl/llvm-libc++/include/type_traits:406: ndk20/sources/cxx-stl/llvm-libc++/include/cstddef:50:9: error: no member named 'ptrdiff_t' in the global namespace using ::ptrdiff_t; ~~^ ndk20/sources/cxx-stl/llvm-libc++/include/cstddef:51:9: error: no member named 'size_t' in the global namespace using ::size_t; ~~^
Change History (1)
comment:1 Changed 6 years ago by ming
- Owner set to ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 6032: