chore (x264): use %conf (#11309) (#11403)

This commit is contained in:
Raboneko
2026-04-17 18:18:24 -05:00
committed by GitHub
parent 5e20b8a613
commit 0a80f5dcfb
+2 -1
View File
@@ -51,7 +51,7 @@ applications that use %{name}.
%prep
%git_clone https://code.videolan.org/videolan/x264.git %{commit}
%build
%conf
%configure \
--enable-bashcompletion \
--enable-debug \
@@ -60,6 +60,7 @@ applications that use %{name}.
--bit-depth=all \
--system-libx264
%build
%make_build
%install