From 24f879939093189edddb021064e55083f369785b Mon Sep 17 00:00:00 2001 From: Aram Date: Thu, 22 Jun 2017 18:48:01 +0200 Subject: [PATCH] Added required tjpegd source file for JPG decoder --- unix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unix/Makefile b/unix/Makefile index 4c21c4a46..1ec68f502 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -157,7 +157,8 @@ SRC_C = \ modmachine.c \ ugfx_containers.c \ ugfx_widgets.c \ - ugfx_styles.c \ + ugfx_styles.c \ + rom/tjpgd.c \ modugfx.c \ modnetwork.c \ modbadge.c \