summaryrefslogtreecommitdiff
path: root/drivers/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-11 23:35:58 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-15 11:50:39 +0200
commitee3cf211c6fd4d1e30617467cdbbe945798a68b3 (patch)
treed770150c48c806df4daca66770cde8d5b665a3ff /drivers/SCsub
parentb1e8889d969f5f88539c47c2afac6c9ea2a2dc11 (diff)
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.
Diffstat (limited to 'drivers/SCsub')
-rw-r--r--drivers/SCsub2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/SCsub b/drivers/SCsub
index 98849b431e..5effc6b2d4 100644
--- a/drivers/SCsub
+++ b/drivers/SCsub
@@ -26,8 +26,6 @@ if (env['openssl']!='no'):
SConscript("png/SCsub");
-if (env["webp"]=="yes"):
- SConscript("webp/SCsub");
if (env["builtin_zlib"]=="yes"):
SConscript("builtin_zlib/SCsub");