]> git.pld-linux.org Git - packages/ImageMagick.git/blame - ImageMagick-OpenCL.patch
- up to 7.0.10.60; includes few security fixes when compared to previous version...
[packages/ImageMagick.git] / ImageMagick-OpenCL.patch
CommitLineData
e984c4b5
JB
1--- ImageMagick-7.0.8-19/MagickCore/opencl.c.orig 2018-12-22 17:26:37.420370732 +0100
2+++ ImageMagick-7.0.8-19/MagickCore/opencl.c 2018-12-22 17:31:49.203700501 +0100
3@@ -2460,7 +2460,7 @@
4 #ifdef MAGICKCORE_WINDOWS_SUPPORT
5 openCL_library->library=(void *)LoadLibraryA("OpenCL.dll");
6 #else
7- openCL_library->library=(void *)dlopen("libOpenCL.so", RTLD_NOW);
8+ openCL_library->library=(void *)dlopen("libOpenCL.so.1", RTLD_NOW);
9 #endif
10 #define BIND(X) \
11 if ((openCL_library->X=(MAGICKpfn_##X)OsLibraryGetFunctionAddress(openCL_library->library,#X)) == NULL) \
This page took 0.05867 seconds and 4 git commands to generate.