Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
bee-files/yasm.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The release is from August 2014, and the [change-log][1] is below. > Changes from 1.2.0 to 1.3.0: > > * Add AMD TBM instructions. > * Add HSW TSX instructions. > * Fix “pmulhrw”, “vphaddudq”, and “vpbroadcastq” instructions. > * Add Intel SHA, ADX, RDSEED, and SMAP instructions. > * Use a larger hash table size in NASM macro handling. > * Add support for x32 ABI (called “elfx32”). > * Add support for “function” decorator in win32/win64 object files. > * In Mach-O, only warn on repeated flags if the new flags are > different. FFmpeg failed to build with NASM, I wanted to try Yasm, but in the end it worked fine with a newer NASM. Add the update anyway. But NASM seems to be under more active development. [1]: https://yasm.tortall.net/releases/Release1.3.0.html
executable file
33 lines (21 sloc)
385 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env beesh | |
# BEE_VERSION yasm-1.3.0-0 | |
SRCURL[0]="https://www.tortall.net/projects/yasm/releases/yasm-${PKGVERSION}.tar.gz" | |
# PATCHURL[0]="" | |
# BEE_CONFIGURE=compat | |
# EXCLUDE="" | |
#mee_extract() { | |
# bee_extract ${@} | |
#} | |
#mee_patch() { | |
# bee_patch ${@} | |
#} | |
#mee_configure() { | |
# bee_configure | |
#} | |
#mee_build() { | |
# bee_build | |
#} | |
#mee_install() { | |
# bee_install | |
#} |