chore (xavs): use %conf (#11289) (#11416)

This commit is contained in:
Raboneko
2026-04-17 18:15:32 -05:00
committed by GitHub
parent 2f62c41db6
commit fda3efde47
+3 -1
View File
@@ -39,12 +39,14 @@ svn co https://svn.code.sf.net/p/xavs/code/trunk %{name}
%setup -T -D -n %{name}
%autopatch -p1
%build
%conf
%configure \
--disable-asm \
--enable-pic \
--enable-shared \
--extra-cflags="-Wno-int-conversion -Wno-declaration-missing-parameter-type"
%build
%make_build
%install