2753536587 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

Android builds #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Get android build files and bots up and running.

First issue - Default android.mk builds cant find row.h in src folder.
Will move the header to include and remove rotate_priv.h

Original issue reported on code.google.com by fbarch...@google.com on 18 Sep 2012 at 7:53

GoogleCodeExporter commented 9 years ago
r360 fixes an include folder issue.  There are 2 code warnings that still need 
to be fixed.

Original comment by fbarch...@google.com on 18 Sep 2012 at 9:02

GoogleCodeExporter commented 9 years ago
r361 fixes unused jpeg related parameter if you build without HAVE_JPEG.

Original comment by fbarch...@google.com on 18 Sep 2012 at 9:33

GoogleCodeExporter commented 9 years ago
r367 builds on Android try bots provided by WebRTC.  Target is a Galaxy Nexus.
gcl try name_of_cl
Keeping issue open as NEON is not enabled

Original comment by fbarch...@chromium.org on 20 Sep 2012 at 12:26

GoogleCodeExporter commented 9 years ago
r371 enables neon.  Basic build support complete.
Future work needed to run on try servers or build multiple Android targets/cpus.

Original comment by fbarch...@google.com on 22 Sep 2012 at 6:36