summaryrefslogtreecommitdiff
path: root/drivers/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-10 00:03:33 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-15 11:50:39 +0200
commit16ba665db6bbd7f15aadc35fda87d69d0b220bf7 (patch)
treed7773cd17d8677f66fb37e821edf28a7375c097b /drivers/SCsub
parent5fef84a1358310304cb1114924525ec4df794b49 (diff)
jpg: Make it a module and split jpgd thirdparty files
Similar rationale as in previous commit.
Diffstat (limited to 'drivers/SCsub')
-rw-r--r--drivers/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/SCsub b/drivers/SCsub
index 3fd1bcd00d..27bd63dfed 100644
--- a/drivers/SCsub
+++ b/drivers/SCsub
@@ -27,9 +27,6 @@ if (env['openssl']!='no'):
SConscript("png/SCsub");
-if (env["jpg"]=="yes"):
- #SConscript("jpg/SCsub");
- SConscript("jpegd/SCsub");
if (env["webp"]=="yes"):
SConscript("webp/SCsub");
SConscript("dds/SCsub");