shithub: libvpx

Download patch

ref: d6e80deb32a3578dc333e2f1d2594a969777dcad
parent: 5daaa838a62921ad1f5c6e48dc7db180a55fdf3e
author: Johann <johannkoenig@google.com>
date: Tue Jun 12 04:58:11 EDT 2012

Clean Android build defaults

Disable unit-tests. The logging in GTest would need to be adjusted.

Restructure ARM cpu detection. Flatten if-else logic.

Change #if defined(HAVE_*) to #if HAVE_* because we only need to check
for features that the library was actually built with. This should have
been harmless, as disabled feature sets wouldn't have any features to
call.

Change-Id: Iea21aa42ce5f049c53ca0376d25bcd0f36f38284