From 140a9cd778e8ba82a5e7ad9b5f1ce2dcc1aa866d Mon Sep 17 00:00:00 2001 From: bnnm Date: Thu, 4 Oct 2018 19:43:44 +0200 Subject: [PATCH] Minor doc --- doc/BUILD.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/BUILD.md b/doc/BUILD.md index bb87a776..8f9c260d 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -173,10 +173,11 @@ Must use autotools (sh configure, make, make install), though some scripts simpl ### libg7221_decode Adds support for ITU-T G.722.1 annex C (standardization of Polycom Siren 14). -- Source: https://github.com/kode54/libg7221_decode +- Source: https://github.com/bnnm/vgmstream-g7221 + - Alt lib (has volume problems): https://github.com/kode54/libg7221_decode - DLL: `libg7221_decode.dll` -Requires MSVC (use `g719.sln`). +Use make `libg7221_decode.dll`. ### libg719_decode Adds support for ITU-T G.719 (standardization of Polycom Siren 22). @@ -191,12 +192,14 @@ Adds support for multiple codecs: ATRAC3, ATRAC3plus, XMA1/2, WMA v1, WMA v2, WM - Source: https://github.com/FFmpeg/FFmpeg/ - DLLs: `avcodec-vgmstream-58.dll`, `avformat-vgmstream-58.dll`, `avutil-vgmstream-56.dll`, `swresample-vgmstream-3.dll` -vgmstream's FFmpeg builds remove many unnecessary parts of FFmpeg to trim down its gigantic size, and are also built with the "vgmstream-" preffix. Current options can be seen in `ffmpeg_options.txt`. +vgmstream's FFmpeg builds remove many unnecessary parts of FFmpeg to trim down its gigantic size, and are also built with the "vgmstream-" preffix (to avoid clashing with other plugins). Current options can be seen in `ffmpeg_options.txt`. For GCC simply use autotools (configure, make, make install), passing to `configure` the above options. For MSCV it can be done through a helper: https://github.com/jb-alvarado/media-autobuild_suite +Both may need yasm somewhere in PATH to properly compile: https://yasm.tortall.net + ### LibAtrac9 Adds support for ATRAC9.