mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
update README
This commit is contained in:
@@ -13,7 +13,8 @@ gen_function_info() {
|
||||
|
||||
gen_compile_opts_info() {
|
||||
for opt in "${FB_COMP_OPTS[@]}"; do
|
||||
echo "- \`${opt}\`: ${FB_COMP_OPTS_DESC[${opt}]}"
|
||||
declare -n defOptVal="DEFAULT_${opt}"
|
||||
echo "- \`${opt}\`: ${FB_COMP_OPTS_DESC[${opt}]} (default: ${defOptVal})"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user