about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-25 16:01:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-25 16:01:28 +0200
commitbdf0e95a12773d5c2137df80af8c144709aae693 (patch)
tree92ac08fa056ba0d25aa953702791b2a3503a4cfe /src/library_list.h
parent90674b825a619f71b7b4d13747fd76ad74d5f4f0 (diff)
downloadbox64-bdf0e95a12773d5c2137df80af8c144709aae693.tar.gz
box64-bdf0e95a12773d5c2137df80af8c144709aae693.zip
[WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)
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 1142e2c7..63f93b52 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -267,6 +267,8 @@ GO("libunistring.so.2", libunistring2)
 GO("libhogweed.so.6", libhogweed6)
 GO("libsqlite3.so.0", libsqlite3)
 GO("libtiff.so.5", libtiff5)
+GO("libbrotlidec.so", brotlidec)
+GO("libbrotlidec.so.1", brotlidec)
 
 #ifdef ANDROID
 GO("libc.so", libc)