From f7a1e09ceb8cab03c21724789c4e1e08bdfb3811 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Mon, 15 Sep 2025 18:59:20 -0500 Subject: [PATCH] add runtime-cpu-detect and copy debug binaries --- lib/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/build.sh b/lib/build.sh index 9f95a3e..3cbf80d 100644 --- a/lib/build.sh +++ b/lib/build.sh @@ -844,9 +844,12 @@ build_ffmpeg() { --disable-htmlpages \ --disable-podpages \ --disable-txtpages \ - --disable-autodetect || return 1 + --disable-ffplay \ + --disable-autodetect \ + --enable-runtime-cpudetect || return 1 ccache make -j"${JOBS}" || return 1 ${SUDO_MODIFY} make -j"${JOBS}" install || return 1 + ${SUDO_MODIFY} cp ff*_g "${PREFIX}/bin" sanitize_sysroot_libs \ libavcodec libavdevice libavfilter libswscale \ libavformat libavutil libswresample || return 1