From 2c4b975c421456bf14c2891a753da09b4a50cb0a Mon Sep 17 00:00:00 2001 From: FRIGN Date: Mon, 23 Nov 2015 00:11:17 +0100 Subject: (Re)add jpg2ff Thanks z3bra for porting this! Also change 2ff to use case instead of if-blocks. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 2bd55ed..d8a62b3 100644 --- a/config.mk +++ b/config.mk @@ -7,7 +7,7 @@ PNGLIB = /usr/local/lib PNGINC = /usr/local/include INCS = -I${PNGINC} -LIBS = -L${PNGLIB} -lpng +LIBS = -L${PNGLIB} -lpng -ljpeg # flags CPPFLAGS = -D_DEFAULT_SOURCE -- cgit v1.2.3