]> git.pld-linux.org Git - packages/svt-vp9.git/commitdiff
- added x32 patch master auto/th/svt-vp9-0.3.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Apr 2022 19:17:09 +0000 (21:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Apr 2022 19:17:09 +0000 (21:17 +0200)
svt-vp9-x32.patch [new file with mode: 0644]
svt-vp9.spec

diff --git a/svt-vp9-x32.patch b/svt-vp9-x32.patch
new file mode 100644 (file)
index 0000000..ca71c10
--- /dev/null
@@ -0,0 +1,11 @@
+--- SVT-VP9-0.3.0/Source/Lib/ASM_SSE2/x86inc.asm.orig  2020-10-30 02:51:10.000000000 +0100
++++ SVT-VP9-0.3.0/Source/Lib/ASM_SSE2/x86inc.asm       2022-04-04 21:14:18.238979753 +0200
+@@ -158,6 +158,8 @@ CONFIG_NON_GREEDY_MV equ 0
+     %define FORMAT_ELF 1
+ %elifidn __OUTPUT_FORMAT__,elf64
+     %define FORMAT_ELF 1
++%elifidn __OUTPUT_FORMAT__,elfx32
++    %define FORMAT_ELF 1
+ %endif
+ %define FORMAT_MACHO 0
index e82cbcb33d67d5d78be388c0268347643c47383e..a4ef9ac54c678ef96cea1ecbc16042ebe26c66fe 100644 (file)
@@ -8,6 +8,7 @@ Group:          Libraries
 #Source0Download: https://github.com/OpenVisualCloud/SVT-VP9/releases
 Source0:       https://github.com/OpenVisualCloud/SVT-VP9/archive/v%{version}/SVT-VP9-%{version}.tar.gz
 # Source0-md5: 1490ef3d1ce01ff06fd289a0df46870f
+Patch0:                %{name}-x32.patch
 URL:           https://github.com/OpenVisualCloud/SVT-VP9
 BuildRequires: cmake >= 2.8
 BuildRequires: rpmbuild(macros) >= 1.605
@@ -41,6 +42,7 @@ Pliki nagłówkowe biblioteki SVT-VP9.
 
 %prep
 %setup -q -n SVT-VP9-%{version}
+%patch0 -p1
 
 %build
 install -d build
This page took 0.096596 seconds and 4 git commands to generate.