summaryrefslogtreecommitdiff
path: root/thirdparty/libvpx/vpx_config.h
AgeCommit message (Collapse)Author
2019-02-24Disable all use of avx instructionsHein-Pieter van Braam
For some reason CPU feature detection isn't working on our vendored libvpx. This breaks Godot on older CPUs (pre-2011).
2018-08-27Fix WebM module for HTML5 platformLeon Krause
2017-12-23Fixed android arm64v8Colin Kinloch
2016-11-15Fix compilation with MSVC 2013Błażej Szczygieł
2016-10-19libvpx: Necessary modificationsBłażej Szczygieł
- convert ARM assembly (NEON) files, - add rtcd for run-time CPU features detection, - modify "system_state.h", - "arm_cpudetect.c" fixes.