summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/example.c2
-rw-r--r--doc/multi-threaded.c2
2 files changed, 2 insertions, 2 deletions
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
//