Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bisect-create')
-rwxr-xr-xtools/bisect-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bisect-create b/tools/bisect-create
index fc60e86669..ee6ec3feb8 100755
--- a/tools/bisect-create
+++ b/tools/bisect-create
@@ -20,7 +20,7 @@ fi
case "$1" in
need)
case $2 in
- ffmpeg|ffplay|ffprobe|ffserver)
+ ffmpeg|ffplay|ffprobe)
echo $2.c >> tools/bisect.need
;;
esac