mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-18 11:28:51 +08:00
Merge pull request #459 from stweil/opencl
opencl: Add tiff library needed by openclwrapper
This commit is contained in:
commit
610b2d2cd6
@ -77,7 +77,7 @@ AM_CONDITIONAL([OSX], false)
|
|||||||
AM_CONDITIONAL([GRAPHICS_DISABLED], false)
|
AM_CONDITIONAL([GRAPHICS_DISABLED], false)
|
||||||
|
|
||||||
OPENCL_INC="/opt/AMDAPP/include"
|
OPENCL_INC="/opt/AMDAPP/include"
|
||||||
OPENCL_LIBS="-lOpenCL"
|
OPENCL_LIBS="-lOpenCL -ltiff"
|
||||||
#############################
|
#############################
|
||||||
#
|
#
|
||||||
# Platform specific setup
|
# Platform specific setup
|
||||||
|
Loading…
Reference in New Issue
Block a user