mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
add runtime-cpu-detect and copy debug binaries
This commit is contained in:
@@ -844,9 +844,12 @@ build_ffmpeg() {
|
|||||||
--disable-htmlpages \
|
--disable-htmlpages \
|
||||||
--disable-podpages \
|
--disable-podpages \
|
||||||
--disable-txtpages \
|
--disable-txtpages \
|
||||||
--disable-autodetect || return 1
|
--disable-ffplay \
|
||||||
|
--disable-autodetect \
|
||||||
|
--enable-runtime-cpudetect || return 1
|
||||||
ccache make -j"${JOBS}" || return 1
|
ccache make -j"${JOBS}" || return 1
|
||||||
${SUDO_MODIFY} make -j"${JOBS}" install || return 1
|
${SUDO_MODIFY} make -j"${JOBS}" install || return 1
|
||||||
|
${SUDO_MODIFY} cp ff*_g "${PREFIX}/bin"
|
||||||
sanitize_sysroot_libs \
|
sanitize_sysroot_libs \
|
||||||
libavcodec libavdevice libavfilter libswscale \
|
libavcodec libavdevice libavfilter libswscale \
|
||||||
libavformat libavutil libswresample || return 1
|
libavformat libavutil libswresample || return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user