mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
don't really care about pgo for rust
This commit is contained in:
@@ -13,8 +13,9 @@ gen_profdata() {
|
||||
# make fhd preset 2
|
||||
line_contains "${vid}" 'fhd' && args+=(-P 2)
|
||||
|
||||
echo_info "encoding pgo vid: ${vid}"
|
||||
LLVM_PROFILE_FILE="${PGO_DIR}/default_%p.profraw" \
|
||||
encode -i "${vid}" "${args[@]}" "encoded-${vid}" || return 1
|
||||
echo_if_fail encode -i "${vid}" "${args[@]}" "encoded-${vid}" || return 1
|
||||
done
|
||||
|
||||
# merge profraw into profdata
|
||||
|
||||
Reference in New Issue
Block a user