summaryrefslogtreecommitdiff
path: root/modules/jpg
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jpg')
-rw-r--r--modules/jpg/SCsub2
-rw-r--r--modules/jpg/config.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/jpg/SCsub b/modules/jpg/SCsub
index 28fb81895d..1ecc9c0fd6 100644
--- a/modules/jpg/SCsub
+++ b/modules/jpg/SCsub
@@ -9,7 +9,7 @@ env_jpg = env_modules.Clone()
# Not unbundled for now as they are not commonly available as shared library
thirdparty_dir = "#thirdparty/jpeg-compressor/"
thirdparty_sources = [
- "jpgd.cpp",
+ "jpgd.cpp",
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
diff --git a/modules/jpg/config.py b/modules/jpg/config.py
index 368e97e152..3de0425119 100644
--- a/modules/jpg/config.py
+++ b/modules/jpg/config.py
@@ -1,6 +1,6 @@
def can_build(platform):
- return True
+ return True
def configure(env):
- pass
+ pass