From 0a80f5dcfb59265027bb0d7ea395a62dd80d756a Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:18:24 -0500 Subject: [PATCH] chore (x264): use %conf (#11309) (#11403) --- anda/multimedia/x264/x264.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/multimedia/x264/x264.spec b/anda/multimedia/x264/x264.spec index 1f7b070ac5..d5d89976d8 100644 --- a/anda/multimedia/x264/x264.spec +++ b/anda/multimedia/x264/x264.spec @@ -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