From e317abb479109200f2ec489b2868e671a060a585 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 19 May 2013 21:08:23 +0200 Subject: Remove useless -lpng from doc/example.c and doc/multi-threaded.c --- doc/example.c | 2 +- doc/multi-threaded.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/example.c b/doc/example.c index 45cca2ff..e50d0e21 100644 --- a/doc/example.c +++ b/doc/example.c @@ -5,7 +5,7 @@ // gcc -g -o build/debug/example -I fitz doc/example.c \ // build/debug/libfitz.a build/debug/libfreetype.a \ // build/debug/libopenjpeg.a build/debug/libjbig2dec.a \ -// build/debug/libjpeg.a -lpng -lm +// build/debug/libjpeg.a -lm // // build/debug/example /path/to/document.pdf 1 200 25 diff --git a/doc/multi-threaded.c b/doc/multi-threaded.c index ac250198..c6a3d652 100644 --- a/doc/multi-threaded.c +++ b/doc/multi-threaded.c @@ -16,7 +16,7 @@ // gcc -g -o build/debug/example-mt -I fitz doc/multi-threading.c \ // build/debug/libfitz.a build/debug/libfreetype.a \ // build/debug/libopenjpeg.a build/debug/libjbig2dec.a \ -// build/debug/libjpeg.a -lpng -lm -lpthread +// build/debug/libjpeg.a -lpthread -lm // // build/debug/example-mt /path/to/document.pdf // -- cgit v1.2.3