提交 d9d7653e 编写于 作者: M Michael Niedermayer

diff -w

Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 5cce4dd7
......@@ -12,6 +12,11 @@ else
diff_cmd="diff"
fi
diff -w $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="$diff_cmd -w"
fi
set -e
datadir="./data"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册