godot/platform
Rémi Verschelde ae74e78909
Remove WebM support (and deps libvpx and opus)
We've had many issues with WebM support and specifically the libvpx library
over the years, mostly due to its poor integration in Godot's buildsystem,
but without anyone really interested in improving this state.

With the new GDExtensions in Godot 4.0, we intend to move video decoding to
first-party extensions, and this would likely be done using something like
libvlc to expose more codecs.

Removing the `webm` module means we can remove libsimplewebm, libvpx and
opus, which we were only used for that purpose. Both libvpx and opus were
fairly complex pieces of the buildsystem, so this is a nice cleanup.

This also removes the compile-time dependency on `yasm`.

Fixes lots of compilation or non-working WebM issues which will be linked
in the PR.
2021-10-15 12:09:11 +02:00
..
android Upgrade Android Gradle to version 7.2 2021-10-14 16:19:00 +01:00
iphone Fix specific warnings issues by Clang 2021-10-14 14:14:26 -07:00
javascript SCons: Add DEV_ENABLED defines for target=debug builds 2021-10-14 12:01:28 +02:00
linuxbsd Remove WebM support (and deps libvpx and opus) 2021-10-15 12:09:11 +02:00
osx Remove WebM support (and deps libvpx and opus) 2021-10-15 12:09:11 +02:00
uwp SCons: Add DEV_ENABLED defines for target=debug builds 2021-10-14 12:01:28 +02:00
windows Fix specific warnings issues by Clang 2021-10-14 14:14:26 -07:00
register_platform_apis.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00