mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
opencl: Add tiff library needed by openclwrapper
openclwrapper calls function TIFFReadRGBAImageOriented which is provided by libtiff, so add that library to OPENCL_LIBS. This fixes a linker error (unresolved symbol) when opencl is enabled. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
44e6e87eae
commit
3f959e394c
@ -77,7 +77,7 @@ AM_CONDITIONAL([OSX], false)
|
||||
AM_CONDITIONAL([GRAPHICS_DISABLED], false)
|
||||
|
||||
OPENCL_INC="/opt/AMDAPP/include"
|
||||
OPENCL_LIBS="-lOpenCL"
|
||||
OPENCL_LIBS="-lOpenCL -ltiff"
|
||||
#############################
|
||||
#
|
||||
# Platform specific setup
|
||||
|
Loading…
Reference in New Issue
Block a user