Reduce i686 deps

el9
Nicolas Chauvet 5 years ago
parent 0d1b4626eb
commit 1a2dd31bbb

@ -14,6 +14,16 @@
%global _without_libavformat 1
%global _without_libswscale 1
}
# Reduce dependencies to build x264-libs on i686
%if 0%{?fedora}
%ifarch i686
%global _without_gpac 1
%global _without_libavformat 1
%global _without_libswscale 1
%endif
%endif
#Whitelist of arches with dedicated ASM code
%global asmarch x86_64 armv7hl armv7hnl ppc64le aarch64
# list of arches where ASM must be optional

Loading…
Cancel
Save