# Entries are sorted chronologically from oldest to youngest within each release,
# releases are sorted from youngest to oldest.

#=============================================================
version 1.1.7 (2021/05/21):
- Update scripts for v1.10.0
- Update init_libvpx.sh to have smart libvpx fetching
- Update build-vpx4android.sh to only make clean on condition to speed delta build 

#=============================================================
version 1.1.6 (2021/04/23):
- Build using libvpx v1.10.0
- All other settings remain as with v1.8.2 without any changes

#=============================================================
version 1.1.5 (2020/07/15):
- Clean up scripts for libvpx v1.8.2 build

#=============================================================
version 1.1.4 (2019/05/24):
- Clean up scripts and use only single script execution to build native library

#=============================================================
version 1.1.3 (2019/04/23):
- Use option "--enable-runtime-cpu-detect" to fix x86_64 VP8 encoder problem
  see https://bugs.chromium.org/p/webm/issues/detail?id=1623#c1\
- cleanup scrips to allow build with standalone toolchains i.e.
  ## Standalone toolchains work for ABIS=("arm64-v8a" "x86" "x86_64")
  ABIS "armeabi-v7a" has errors i.e.
  clang50: error: unsupported option '--defsym'
  clang50: error: no such file or directory: 'ARCHITECTURE=7'

#=============================================================
version 1.1.2 (2019/04/20):
- Cleanup all build scripts for libvpx v1.8.0
- use libvpx v1.8.0 for aTalk
- add option --disable-avx2 to fix x86_64 VP8 encoder problem
  see https://bugs.chromium.org/p/webm/issues/detail?id=1623#c1

#=============================================================
version 1.1.1 (2019/04/13):
- Cleanup all build scripts and README

#=============================================================
version 1.1.0 (2019/03/21):
- Cleanup all build scripts, settings and README
- Add patches for libvpx 1.7.0 and 1.6.1+
- Patches fix build for arm64-v8a (incorrect gcc/g++)
- Patches fix x86 and x86-64 (relocation R_386_GOTOFF against preemptible symbol vpx_rv etc)

#=============================================================
version 1.0.0 (2018/03/20):
- initial release
