go back to linking static libjpeg again
This commit is contained in:
@ -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
|
||||
|
||||
@ -67,7 +67,7 @@ FFT_LIB =
|
||||
|
||||
JPG_INC =
|
||||
JPG_PATH =
|
||||
JPG_LIB = -ljpeg
|
||||
JPG_LIB = -Wl,-Bstatic,-ljpeg
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
|
||||
Reference in New Issue
Block a user