diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-24 14:51:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-24 14:51:02 +0200 |
| commit | e9a2f9ff6281eac45b1e10457f3c79f780451c02 (patch) | |
| tree | 933188d690b3cb345fdf1acd1fd50f2910d0ce13 /src/library_list.h | |
| parent | 1fc382f74f62ff88ed33b822988438180d195402 (diff) | |
| download | box64-e9a2f9ff6281eac45b1e10457f3c79f780451c02.tar.gz box64-e9a2f9ff6281eac45b1e10457f3c79f780451c02.zip | |
Added wrapped OpenCL (mostly complete, for wine)
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index c0935775..fea1827e 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -87,6 +87,7 @@ GO("libopenal.so", openal) GO("openal.so", openal) GO("libalut.so.0", alut) GO("libalure.so.1", alure) +GO("libOpenCL.so.1", opencl) //GO("libjpeg.so.8", libjpeg) //GO("libjpeg.so.62", libjpeg62) //GO("libturbojpeg.so.0", turbojpeg) |