improve add_project_versioning_to_ffmpeg and remove HEADLESS

This commit is contained in:
2026-01-11 09:56:35 -06:00
parent 47e287ef7f
commit 38c160e2bd
4 changed files with 19 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ set_docker_run_flags() {
-v "${REPO_DIR}:${REPO_DIR}"
-w "${REPO_DIR}"
-e "DEBUG=${DEBUG}"
-e "HEADLESS=${HEADLESS}"
-t
)
for opt in "${FB_COMP_OPTS[@]}"; do
declare -n defOptVal="DEFAULT_${opt}"