HomeSort by relevance Sort by last modified time
    Searched refs:yasm (Results 1 - 3 of 3) sorted by null

  /external/libvpx/
configure 26 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/libvpx/build/make/
configure.sh 464 [ "${optval}" = yasm -o "${optval}" = nasm -o "${optval}" = auto ] \
465 || die "Must be yasm, nasm or auto: ${optval}"
894 which yasm >/dev/null 2>&1 && AS=yasm
896 && die "Neither yasm nor nasm have been found"
909 enabled debug && [ "${AS}" = yasm ] && add_asflags -g dwarf2
Makefile 332 DIST-SRCS-$(CONFIG_MSVS) += build/x86-msvs/yasm.rules

Completed in 29 milliseconds