diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-10 00:03:33 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-15 11:50:39 +0200 |
commit | 16ba665db6bbd7f15aadc35fda87d69d0b220bf7 (patch) | |
tree | d7773cd17d8677f66fb37e821edf28a7375c097b /drivers/SCsub | |
parent | 5fef84a1358310304cb1114924525ec4df794b49 (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/SCsub | 3 |
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"); |