]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Shared libraries (buildfiles)
authorz411 <electrik.persona@gmail.com>
Tue, 14 Dec 2021 19:33:10 +0000 (19:33 +0000)
committerz411 <electrik.persona@gmail.com>
Tue, 14 Dec 2021 19:33:10 +0000 (19:33 +0000)
Shared-libraries-(buildfiles).md

index 0083b79da9f9b1a14de30f39ffd2f5b98b6b2921..ca3ee2d83d14602dd26ce70aeee6a46d738e6afb 100644 (file)
@@ -147,33 +147,6 @@ cp out/bin/libfreetype.dll ~/Games/xonotic/misc/buildfiles/win64/libfreetype-6.d
 ### macOS
 Darkplaces loads: `libfreetype.6.dylib` or `libfreetype.dylib`
 
-# libvorbis + libvorbisfile + libvorbisenc
-libvorbis + libvorbisfile are used to play .ogg audio files while libvorbis + libvorbisenc is used for the audio in video capturing (cl_capturevideo)
-
-### Windows
-Darkplaces loads `libvorbis-0.dll` or `libvorbis.dll` or `vorbis.dll` and `libvorbisfile-3.dll` or `libvorbisfile.dll` or `vorbisfile.dll` and `libvorbisenc-2.dll` or `vorbisenc-2.dll` or `vorbisenc.dll`
-
-Obtainment instructions:
-* download MSYS2 Package [1] in x86 and x64 versions: https://packages.msys2.org/base/mingw-w64-libvorbis
-* use dll from `bin` folder
-
-### macOS
-Darkplaces loads `libvorbis.dylib` and `libvorbisfile.dylib`
-
-# libtheora
-libtheora is used for the video in cl_capturevideo
-libtheoraenc/libtheoradec are not needed, they are the newer API; darkplaces uses the legacy pre 1.0 API (libtheora).
-
-### Windows
-Darkplaces loads `libtheora-0.dll` or `theora-0.dll` or `theora.dll`
-
-Obtainment instructions:
-* download MSYS2 Package [1] in x86 and x64 versions: https://packages.msys2.org/base/mingw-w64-libtheora
-* use dll from `bin` folder
-
-### macOS
-Darkplaces loads `libtheora.dylib`
-
 # libogg
 libogg is used for the container in cl_capturevideo
 
@@ -204,6 +177,33 @@ cp out/bin/libogg.dll ~/Games/xonotic/misc/buildfiles/win64/libogg.dll
 ### macOS
 Darkplaces loads `libogg.dylib`
 
+# libvorbis + libvorbisfile + libvorbisenc
+libvorbis + libvorbisfile are used to play .ogg audio files while libvorbis + libvorbisenc is used for the audio in video capturing (cl_capturevideo)
+
+### Windows
+Darkplaces loads `libvorbis-0.dll` or `libvorbis.dll` or `vorbis.dll` and `libvorbisfile-3.dll` or `libvorbisfile.dll` or `vorbisfile.dll` and `libvorbisenc-2.dll` or `vorbisenc-2.dll` or `vorbisenc.dll`
+
+Obtainment instructions:
+* download MSYS2 Package [1] in x86 and x64 versions: https://packages.msys2.org/base/mingw-w64-libvorbis
+* use dll from `bin` folder
+
+### macOS
+Darkplaces loads `libvorbis.dylib` and `libvorbisfile.dylib`
+
+# libtheora
+libtheora is used for the video in cl_capturevideo
+libtheoraenc/libtheoradec are not needed, they are the newer API; darkplaces uses the legacy pre 1.0 API (libtheora).
+
+### Windows
+Darkplaces loads `libtheora-0.dll` or `theora-0.dll` or `theora.dll`
+
+Obtainment instructions:
+* download MSYS2 Package [1] in x86 and x64 versions: https://packages.msys2.org/base/mingw-w64-libtheora
+* use dll from `bin` folder
+
+### macOS
+Darkplaces loads `libtheora.dylib`
+
 # libd0_blind_id-0 & libd0_rijndael-0
 Internal project, see https://gitlab.com/xonotic/d0_blind_id