]> git.pld-linux.org Git - packages/svt-vp9.git/blob - svt-vp9-x32.patch
- added x32 patch
[packages/svt-vp9.git] / svt-vp9-x32.patch
1 --- SVT-VP9-0.3.0/Source/Lib/ASM_SSE2/x86inc.asm.orig   2020-10-30 02:51:10.000000000 +0100
2 +++ SVT-VP9-0.3.0/Source/Lib/ASM_SSE2/x86inc.asm        2022-04-04 21:14:18.238979753 +0200
3 @@ -158,6 +158,8 @@ CONFIG_NON_GREEDY_MV equ 0
4      %define FORMAT_ELF 1
5  %elifidn __OUTPUT_FORMAT__,elf64
6      %define FORMAT_ELF 1
7 +%elifidn __OUTPUT_FORMAT__,elfx32
8 +    %define FORMAT_ELF 1
9  %endif
10  
11  %define FORMAT_MACHO 0
This page took 0.143878 seconds and 3 git commands to generate.