diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 14:10:42 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 14:10:42 +0100 |
| commit | f3d3a8a8edc61fb2be201c05bfad727cb1888626 (patch) | |
| tree | 334c5e44345c2e9322786aeef36c24a73ba0220c /src/library_list.h | |
| parent | 721038513fb3f0065a64072db120f8d7256da4d8 (diff) | |
| download | box64-f3d3a8a8edc61fb2be201c05bfad727cb1888626.tar.gz box64-f3d3a8a8edc61fb2be201c05bfad727cb1888626.zip | |
Added wrapped libalut and libalure
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index 61bf04e7..11816a05 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -64,7 +64,8 @@ GO("libopenal.so.1", openal) GO("libopenal.so.0", openal) GO("libopenal.so", openal) GO("openal.so", openal) -//GO("libalut.so.0", alut) +GO("libalut.so.0", alut) +GO("libalure.so.1", alure) //GO("libjpeg.so.8", libjpeg) //GO("libjpeg.so.62", libjpeg62) //GO("libturbojpeg.so.0", turbojpeg) |