summaryrefslogtreecommitdiffstats
path: root/libvpx.mk
Commit message (Collapse)AuthorAgeFilesLines
* Enable multilib build.Ying Wang2014-03-121-53/+13
| | | | Change-Id: I3260814cbf10c54775bc33fe0b9d1a2dfaec1956
* libvpx: convert makefiles to support multilib buildColin Cross2014-02-181-50/+9
| | | | | | | Convert makefiles to allow for building two architectures at the same time. Change-Id: Ica0b4cfdcdd146665a20fa11de8e330f483b8a45
* Merge "Remove LOCAL_CFLAGS set for MIPS as they are no longer required."Elliott Hughes2014-02-121-6/+0
|\
| * Remove LOCAL_CFLAGS set for MIPS as they are no longer required.Raghu Gandham2013-11-251-6/+0
| | | | | | | | Change-Id: Ie230963272ddd4709849db98bf8f1ae7de5ea527
* | Roll latest libvpx into Android.hkuang2013-07-251-4/+0
| | | | | | | | | | | | | | Make the VP9 decoding 2X faster than the old one. Checkout is from master branch(hash:242157c756314827ad9244952c7253e8900b9626). Change-Id: Ibe67b3ee19f82b87df2416826b63a67f7f79b63a
* | Updates libvpx to enable the VP9 decoder.hkuang2013-06-201-6/+9
|/ | | | | | | | This change enables VP9 decoder for all build configurations. Checkout is from master branch(hash:12180c8329d56d72e8d4424b8fd82b1b2f8e846a). Change-Id: Ieaba85d0bc54e1ecdf9596398dafa03c43182f8c
* Enables encoder for libvpx.Kunter Gultekin2013-02-121-6/+3
| | | | | | | | | | Based on libvpx v1.2.0 this change removes the disable-encoder flags from all build configurations thus enabling encoder and updates other build files in accordance with UPDATING. Change-Id: Ief7c74593fc4a585d4a8b1768a4e1008547f0c40 Signed-off-by: Kunter Gultekin <kuntergultekin@google.com>
* Update libvpx and incorporate new build systemJohann2012-12-111-0/+127
Move libvpx down a directory. Separate libwebm and rename it. It would be more accurate to rename external/libvpx to external/webm. Use file lists directly from upstream libvpx. This allows adding new targets and new features (such as the encoder) easily. MIPS and x86 options are in progress. See new file "UPDATING" The new libvpx checkout is not from a release branch. The decoder is stable but it should be checked and potentially updated if the encoder is enabled. Requires I42b51e2845a696a6e211dde00951afc8f571336f which updates libstagefright to account for new paths and library names. Change-Id: I739f99d48b8d7e6354c416ef2ca79c954826307f