go back to linking static libjpeg again

This commit is contained in:
Axel Kohlmeyer
2013-05-25 09:36:34 +02:00
parent d7237b1ab7
commit 3e7db1abd1
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -67,7 +67,7 @@ FFT_LIB =
JPG_INC =
JPG_PATH =
JPG_LIB = -ljpeg
JPG_LIB = -Wl,-Bstatic,-ljpeg
# ---------------------------------------------------------------------
# build rules and dependencies