webp: Make it a module and unbundle libwebp thirdparty files
Note that there are two Godot-specific changes made to libwebp for the javascript/HTML5 platform. They are documented in the README.md.
This commit is contained in:
parent
b1e8889d96
commit
ee3cf211c6
162 changed files with 287 additions and 250 deletions
6
modules/webp/config.py
Normal file
6
modules/webp/config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
def can_build(platform):
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue