summaryrefslogtreecommitdiff
path: root/jpeg/jconfig.h
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-05-31 21:54:32 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-14 19:31:49 +0100
commit3c407bd588c16073343e0cacbdfab732cdca6a30 (patch)
treec70cfdf00a7d38b655f1ca575a12a2905a601b3b /jpeg/jconfig.h
parent3cbf11af8de5abadc9b15f2d9c77ee2311b7b47f (diff)
Use "symbol prefixing" in bundled libs (part 2 of 3)
Add prefix 'fltk_' to bundled libjpeg.
Diffstat (limited to 'jpeg/jconfig.h')
-rw-r--r--jpeg/jconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/jpeg/jconfig.h b/jpeg/jconfig.h
index 2e31f719d..a73242fbd 100644
--- a/jpeg/jconfig.h
+++ b/jpeg/jconfig.h
@@ -3,6 +3,9 @@
/* FLTK should probably be preserved when the JPEG lib is upgraded. */
/* FLTK *************************************************************** */
+/* FLTK: enable symbol prefixes, see README.bundled-libs.txt */
+#include "fltk_jpeg_prefix.h"
+
/* jconfig.h. Generated from jconfig.cfg by configure. */
/* jconfig.cfg --- source file edited by configure script */
/* see jconfig.txt for explanations */