small changes and disable libass until it is ready

This commit is contained in:
2026-01-23 16:39:19 -06:00
parent c1d4617145
commit 6d709cb279
4 changed files with 7 additions and 3 deletions

View File

@@ -357,6 +357,9 @@ spinner() {
start)
test -f "${spinPidFile}" && rm "${spinPidFile}"
# don't want to clutter logs if running headless
test "${HEADLESS}" == '1' && return
_start_spinner &
echo $! >"${spinPidFile}"
;;

View File

@@ -41,7 +41,6 @@ libx264 \
libx265 \
libwebp \
libvpx \
libass \
libvorbis \
libmp3lame\
"

View File

@@ -19,6 +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