about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorkaixindeken <zra981217@tju.edu.cn>2024-07-15 14:23:14 +0800
committerGitHub <noreply@github.com>2024-07-15 08:23:14 +0200
commit94ccde160a74623dfffac6367fb8bddb7e97d6aa (patch)
treec3e75855da415d78fc810c119ea2e462bcbf71b4 /src/library_list.h
parentd8746c6c70007417ececbcfafa5a47fd6e47ba4f (diff)
downloadbox64-94ccde160a74623dfffac6367fb8bddb7e97d6aa.tar.gz
box64-94ccde160a74623dfffac6367fb8bddb7e97d6aa.zip
Wrapped libtiff5 and libltdl7 (#1677)
* Wrapped libtiff5

* no types generated

* libtiff5 added missing defs types undefs files

* wrapped libltdl7

* rerun actions

* add more wrapped function for tiff5 and ltdl7

* remove unused functions
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index bb9caaae..79753d24 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -262,6 +262,8 @@ GO("libnettle.so.8", libnettle8)
 GO("libunistring.so.2", libunistring2)
 GO("libhogweed.so.6", libhogweed6)
 GO("libsqlite3.so.0", libsqlite3)
+GO("libtiff.so.5", libtiff5)
+GO("libltdl.so.7", libltdl7)
 
 #ifdef ANDROID
 GO("libc.so", libc)