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:
Rémi Verschelde
2016-10-11 23:35:58 +02:00
parent b1e8889d96
commit ee3cf211c6
162 changed files with 287 additions and 250 deletions

6
modules/webp/config.py Normal file
View File

@ -0,0 +1,6 @@
def can_build(platform):
return True
def configure(env):
pass