summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshdown <shdownnine@gmail.com>2014-10-12 21:48:47 +0400
committerwm4 <wm4@nowhere>2014-10-16 21:17:01 +0200
commit040c5a9f6883e06889c7fa8b2ba8582e8521be16 (patch)
treedfc7a96e9598af1228fdf69d4c8ced5950c52d0a
parentf7c76120c0cf39c5035302d6ec91b83cd1e57c67 (diff)
downloadmpv-040c5a9f6883e06889c7fa8b2ba8582e8521be16.tar.bz2
mpv-040c5a9f6883e06889c7fa8b2ba8582e8521be16.tar.xz
TOOLS/vf_dlopen/ildetect.sh: remove duplicated assigment
-rwxr-xr-xTOOLS/vf_dlopen/ildetect.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/vf_dlopen/ildetect.sh b/TOOLS/vf_dlopen/ildetect.sh
index c12fde4f6f..cc37ca90a9 100755
--- a/TOOLS/vf_dlopen/ildetect.sh
+++ b/TOOLS/vf_dlopen/ildetect.sh
@@ -11,7 +11,6 @@ esac
: ${MPV:=mpv}
: ${ILDETECT_MPV:=$MPV}
-: ${ILDETECT_MPV:=$MPV}
: ${ILDETECT_MPVFLAGS:=--start=35% --length=35}
: ${ILDETECT_DRY_RUN:=}
: ${ILDETECT_QUIET:=}