diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-25 11:53:49 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-25 11:53:49 +0100 |
| commit | 8fa2368a635c6040ccbd5ba2fc70acb48423d17b (patch) | |
| tree | 917cf71a453e8e5e9d0213fbf09d1a30736eed71 /src/library_list.h | |
| parent | 72ca99051b9ea5786e22214d2cbb0befd70be670 (diff) | |
| download | box64-8fa2368a635c6040ccbd5ba2fc70acb48423d17b.tar.gz box64-8fa2368a635c6040ccbd5ba2fc70acb48423d17b.zip | |
Added wrapped libogg
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 11816a05..ad9f8d9d 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -27,7 +27,7 @@ GO("libsmpeg-0.4.so.0", smpeg) GO("libsmpeg2-2.0.so.0", smpeg2) //GO("libvorbisfile.so.3", vorbisfile) //GO("libvorbis.so.0", libvorbis) -//GO("libogg.so.0", libogg) +GO("libogg.so.0", libogg) //GO("libpng12.so.0", png12) //GO("libpng16.so.16", png16) GO("libXxf86vm.so.1", libxxf86vm) |