From 16ba665db6bbd7f15aadc35fda87d69d0b220bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 10 Oct 2016 00:03:33 +0200 Subject: jpg: Make it a module and split jpgd thirdparty files Similar rationale as in previous commit. --- drivers/SCsub | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/SCsub') 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"); -- cgit v1.2.3