mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #4627 from MilhouseVH/fix_ffmpeg_arm
ffmpeg: Stop disabling ARMv5TE and ARMv6T2 - needed by ASM optimisations
This commit is contained in:
commit
c07c5f6270
@ -126,7 +126,6 @@ configure_target() {
|
||||
$FFMPEG_PIC \
|
||||
--pkg-config="$ROOT/$TOOLCHAIN/bin/pkg-config" \
|
||||
--enable-optimizations \
|
||||
--disable-armv5te --disable-armv6t2 \
|
||||
--disable-extra-warnings \
|
||||
--disable-ffprobe \
|
||||
--disable-ffplay \
|
||||
|
Loading…
x
Reference in New Issue
Block a user