diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-18 13:16:54 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-18 13:16:54 +0200 |
| commit | d529bf3c0c35bd156c6fa7998f937b99950b262e (patch) | |
| tree | ee0230b7b04967c4794326d3e4a6b14b8ea12558 /src/library_list.h | |
| parent | 802c5a9d5b8faa2a103be6aed5ad7e25d3604c17 (diff) | |
| download | box64-d529bf3c0c35bd156c6fa7998f937b99950b262e.tar.gz box64-d529bf3c0c35bd156c6fa7998f937b99950b262e.zip | |
Added wrapped libpng16
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index 5dced694..9736f5c2 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -33,7 +33,7 @@ GO("libvorbis.so.0", libvorbis) GO("libogg.so.0", libogg) GO("libFLAC.so.8", flac) //GO("libpng12.so.0", png12) -//GO("libpng16.so.16", png16) +GO("libpng16.so.16", png16) GO("libXxf86vm.so.1", libxxf86vm) GO("libXinerama.so.1", xinerama) GO("libXrandr.so.2", libxrandr) |