mirror of
https://github.com/xenia-project/libav-xma-bin.git
synced 2024-11-23 02:09:40 +00:00
CURRENTLY UNUSED -- legacy repo
include | ||
lib | ||
.gitignore | ||
build.sh | ||
LICENSE | ||
README.md | ||
xma-patch.diff |
We're using a (very slightly) modified WMA Pro decoder to handle XMA packets. The diff used is included.
Updating
Windows
- Install MSYS2 x64
- pacman -Sy
- pacman -S patch yasm
- mv /usr/bin/link /usr/bin/link-bak
- Launch msys shell
- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
- 'which links.exe' must return the x64 linker
- ./build.sh
Credits
Original XMA patch: https://github.com/koolkdev/libertyv/tree/master/ffmpeg
Original build/implementation: @DrChat