Path: blob/main/multimedia/avidemux/files/ffmpeg_fix_build_on_armv7.patch
16462 views
--- libavcodec/arm/mlpdsp_armv5te.S.orig 2024-11-20 11:30:59.957498000 +00001+++ libavcodec/arm/mlpdsp_armv5te.S 2024-11-20 11:31:40.969226000 +00002@@ -229,7 +229,7 @@3.endif45// Begin loop6-01:7+1:8.if TOTAL_TAPS == 09// Things simplify a lot in this case10// In fact this could be pipelined further if it's worth it...11@@ -241,7 +241,7 @@12str ST0, [PST, #-4]!13str ST0, [PST, #4 * (MAX_BLOCKSIZE + MAX_FIR_ORDER)]14str ST0, [PSAMP], #4 * MAX_CHANNELS15- bne 01b16+ bne 1b17.else18.if \fir_taps & 119.set LOAD_REG, 120@@ -333,7 +333,7 @@21str ST3, [PST, #-4]!22str ST2, [PST, #4 * (MAX_BLOCKSIZE + MAX_FIR_ORDER)]23str ST3, [PSAMP], #4 * MAX_CHANNELS24- bne 01b25+ bne 1b26.endif27b 99f28293031