mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
TOOLS/idet.sh: remove unused and duplicated assignments
This commit is contained in:
parent
735a9c39d7
commit
3eae8b7170
@ -2,13 +2,11 @@
|
||||
|
||||
: "${MPV:=mpv}"
|
||||
: "${ILDETECT_MPV:=$MPV}"
|
||||
: "${ILDETECT_MPV:=$MPV}"
|
||||
: "${ILDETECT_MPVFLAGS:=--start=35% --length=35}"
|
||||
: "${ILDETECT_DRY_RUN:=}"
|
||||
: "${ILDETECT_QUIET:=}"
|
||||
: "${ILDETECT_RUN_INTERLACED_ONLY:=}"
|
||||
: "${ILDETECT_FORCE_RUN:=}"
|
||||
: "${MAKE:=make}"
|
||||
|
||||
# exit status:
|
||||
# 0 progressive
|
||||
|
Loading…
Reference in New Issue
Block a user