libx264: --disable-asm on x86_64 for now
This commit is contained in:
parent
db5a101ef6
commit
c4571cb009
@ -18,6 +18,7 @@ termux_step_pre_configure () {
|
|||||||
# x264_significant_coeff_flag_offset cannot be used when making a shared object":
|
# x264_significant_coeff_flag_offset cannot be used when making a shared object":
|
||||||
LDFLAGS+=" -fuse-ld=bfd"
|
LDFLAGS+=" -fuse-ld=bfd"
|
||||||
elif [ $TERMUX_ARCH = "x86_64" ]; then
|
elif [ $TERMUX_ARCH = "x86_64" ]; then
|
||||||
AS=yasm
|
# Avoid requiring nasm for now:
|
||||||
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-asm"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user