godot/thirdparty/libvpx
Rémi Verschelde 6770357e47 Android: Better identify thirdparty C/C++ code
- The `cpu-features.{c,h}` code was only used by chance by the webm
  (libvpx) code, so I moved it there. It was actually introduced before
  that and wasn't in use, and libvpx just happened to be able to
  compile thanks to it being bundled.
  It could potentially be compiled on the fly from the Android NDK, but
  since we plan to replace the webm module by a GDNative plugin in the
  near future, I went the bundling route.

- `ifaddrs_android.h` is already provided in the Android NDK as
  `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we
  up the min API level to 24, where `getifaddrs` is first defined.
  I moved the files to `thirdparty/misc` and synced them with upstream
  WebRTC (only indentation changes and removal of `static` qualifiers).

Also removes dropped thirdparty files from COPYRIGHT.txt after changes
in #24105 and #24145.
2018-12-20 13:07:54 +01:00
..
rtcd libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
third_party Android: Better identify thirdparty C/C++ code 2018-12-20 13:07:54 +01:00
vp8 Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
vp9 Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
vpx Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
vpx_dsp Adds macports_clang build flag to build using clang-5.0 form MacPorts (with OpenMP support). 2017-12-14 16:44:45 +02:00
vpx_mem Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
vpx_ports libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
vpx_scale Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
vpx_util Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
AUTHORS Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
CHANGELOG Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
LICENSE Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
PATENTS Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00
vp8_rtcd.h libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
vp9_rtcd.h libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
vpx_config.asm libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
vpx_config.h Fix WebM module for HTML5 platform 2018-08-27 04:08:04 +02:00
vpx_dsp_rtcd.h libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
vpx_scale_rtcd.h libvpx: Necessary modifications 2016-10-19 13:34:46 +02:00
vpx_version.h Add libvpx thirdparty library 2016-10-19 13:34:28 +02:00