x264: drop unused option

This commit is contained in:
CvH 2019-01-09 11:38:56 +01:00
parent bda98311e9
commit 9f70a6e006

View File

@ -20,7 +20,6 @@ pre_configure_target() {
if [ "$TARGET_ARCH" = "x86_64" ]; then
export AS="$TOOLCHAIN/bin/nasm"
PKG_X264_ASM="--enable-asm"
else
PKG_X264_ASM="--disable-asm"
fi