about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-25 12:16:18 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-25 12:16:18 +0100
commit7809f23d4b500e13e197fe87ae46d9def1fa3c0b (patch)
tree9b536f690235595a641b9b7c22ca651f22bdcffc /src/library_list.h
parent37a95492982bcbb3251989ee6bf2dd10e65e58c6 (diff)
downloadbox64-7809f23d4b500e13e197fe87ae46d9def1fa3c0b.tar.gz
box64-7809f23d4b500e13e197fe87ae46d9def1fa3c0b.zip
Added wrapped libvorbis and libvorbisfile
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_list.h b/src/library_list.h
index ad9f8d9d..10d7a401 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -25,8 +25,8 @@ GO("libSDL_image-1.2.so.0", sdl1image)
 GO("libSDL_ttf-2.0.so.0", sdl1ttf)
 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("libvorbisfile.so.3", vorbisfile)
+GO("libvorbis.so.0", libvorbis)
 GO("libogg.so.0", libogg)
 //GO("libpng12.so.0", png12)
 //GO("libpng16.so.16", png16)