ffmpeg: switch default x86 assembler back to yasm

This commit is contained in:
MilhouseVH 2018-06-02 14:51:29 +01:00
parent 27b1205d30
commit 30594feb0f

View File

@ -82,7 +82,7 @@ else
fi
if [ "$TARGET_ARCH" = "x86_64" ]; then
PKG_FFMPEG_X86ASM="--enable-x86asm"
PKG_FFMPEG_X86ASM="--enable-x86asm --x86asmexe=yasm"
else
PKG_FFMPEG_X86ASM="--disable-x86asm"
fi