mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: switch default x86 assembler back to yasm
This commit is contained in:
parent
27b1205d30
commit
30594feb0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user