mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 11:10:10 +00:00
small changes and disable libass until it is ready
This commit is contained in:
@@ -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}"
|
||||
;;
|
||||
|
||||
@@ -41,7 +41,6 @@ libx264 \
|
||||
libx265 \
|
||||
libwebp \
|
||||
libvpx \
|
||||
libass \
|
||||
libvorbis \
|
||||
libmp3lame\
|
||||
"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user