From 3e7db1abd113e24bb2adeae522ca95ab08aca793 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 25 May 2013 09:36:34 +0200 Subject: [PATCH] go back to linking static libjpeg again --- src/MAKE/Makefile.mingw32-cross | 3 +-- src/MAKE/Makefile.mingw64-cross | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MAKE/Makefile.mingw32-cross b/src/MAKE/Makefile.mingw32-cross index 28c8dcaea6..045f3d34d3 100644 --- a/src/MAKE/Makefile.mingw32-cross +++ b/src/MAKE/Makefile.mingw32-cross @@ -67,8 +67,7 @@ FFT_LIB = JPG_INC = JPG_PATH = -#JPG_LIB = -Wl,-Bstatic,-ljpeg -JPG_LIB = -ljpeg +JPG_LIB = -Wl,-Bstatic,-ljpeg # --------------------------------------------------------------------- # build rules and dependencies diff --git a/src/MAKE/Makefile.mingw64-cross b/src/MAKE/Makefile.mingw64-cross index 88665c8e1e..c6f9dceebe 100644 --- a/src/MAKE/Makefile.mingw64-cross +++ b/src/MAKE/Makefile.mingw64-cross @@ -67,7 +67,7 @@ FFT_LIB = JPG_INC = JPG_PATH = -JPG_LIB = -ljpeg +JPG_LIB = -Wl,-Bstatic,-ljpeg # --------------------------------------------------------------------- # build rules and dependencies