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:
Stefan Weil 2016-10-29 17:09:28 +02:00
parent 44e6e87eae
commit 3f959e394c

View File

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