Skip to content
Permalink
077d6ef2a4
Switch branches/tags

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?
Go to file
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
1 contributor

Users who have contributed to this file

executable file 33 lines (21 sloc) 385 Bytes
#!/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
#}