virtualx-engine/drivers
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
..
alsa Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
alsamidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
convex_decomp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
coreaudio Request mic access only when is needed 2018-12-14 06:40:13 +09:00
coremidi Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
dummy Merge pull request #24366 from BastiaanOlij/adjust_sky_orientation 2018-12-16 22:56:43 +01:00
gl_context SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
gles2 Style: Fix formatting in GLES2 shaders 2018-12-20 10:33:48 +01:00
gles3 Adding option to re-orient our sky 2018-12-15 19:41:34 +11:00
png Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
pulseaudio Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
rtaudio Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
unix Android: Better identify thirdparty C/C++ code 2018-12-20 13:07:54 +01:00
wasapi Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
windows Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
winmidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
xaudio2 Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
register_driver_types.cpp Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00