]> git.pld-linux.org Git - packages/svt-hevc.git/commitdiff
- pass CMAKE_ASM_NASM_OBJECT_FORMAT to fix x32 build master auto/th/svt-hevc-1.5.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Apr 2022 17:49:11 +0000 (19:49 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Apr 2022 17:49:11 +0000 (19:49 +0200)
svt-hevc.spec

index 9c83add01b60ffc08ac40458c773c3bd67e70c94..b72bd96dcb19c2e56b03fd1d212c6a7a05ffff33 100644 (file)
@@ -46,7 +46,10 @@ Pliki nagłówkowe biblioteki SVT-HEVC.
 %build
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+%ifarch x32
+       -DCMAKE_ASM_NASM_OBJECT_FORMAT=elfx32
+%endif
 
 %{__make}
 
This page took 0.089829 seconds and 4 git commands to generate.