Merge pull request #459 from stweil/opencl

opencl: Add tiff library needed by openclwrapper
This commit is contained in:
zdenop 2016-10-30 13:34:00 +01:00 committed by GitHub
commit 610b2d2cd6

View File

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