contribs: ffmpeg, fix compilation for ARMv7 on Android
[vlc.git] / contrib / src / ffmpeg / armv7_fixup.patch
blob0fe40de59522dd77de7c90400c27aafb2c19e480
1 diff --git a/libavcodec/arm/hevcdsp_idct_neon.S b/libavcodec/arm/hevcdsp_idct_neon.S
2 index 139029a256..5ac730c075 100644
3 --- a/libavcodec/arm/hevcdsp_idct_neon.S
4 +++ b/libavcodec/arm/hevcdsp_idct_neon.S
5 @@ -1017,8 +1017,8 @@ endfunc
6 tr_16x4 firstpass, 7, 512, 1
7 tr_16x4 secondpass_8, 20 - 8, 512, 1
8 tr_16x4 secondpass_10, 20 - 10, 512, 1
9 -tr_16x4 noscale, 0, 2048, 4
10 .ltorg
11 +tr_16x4 noscale, 0, 2048, 4
12 tr_32x4 firstpass, 7
13 tr_32x4 secondpass_8, 20 - 8
14 tr_32x4 secondpass_10, 20 - 10