Commit 023e787d authored by diego's avatar diego

comment grammar fixes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7511 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c0db04f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# #
#set -x #set -x
# Even in the 21st century some diffs are not supporting -u. # Even in the 21st century some diffs do not support -u.
diff -u "$0" "$0" > /dev/null 2>&1 diff -u "$0" "$0" > /dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
diff_cmd="diff -u" diff_cmd="diff -u"
...@@ -24,7 +24,7 @@ datadir="./data" ...@@ -24,7 +24,7 @@ datadir="./data"
logfile="$datadir/ffmpeg.regression" logfile="$datadir/ffmpeg.regression"
outfile="$datadir/a-" outfile="$datadir/a-"
# tests to do # tests to run
if [ "$1" = "mpeg4" ] ; then if [ "$1" = "mpeg4" ] ; then
do_mpeg4=y do_mpeg4=y
elif [ "$1" = "mpeg" ] ; then elif [ "$1" = "mpeg" ] ; then
...@@ -107,7 +107,7 @@ else ...@@ -107,7 +107,7 @@ else
do_md5sum() { echo No md5sum program found; } do_md5sum() { echo No md5sum program found; }
fi fi
# create the data directory if it does not exists # create the data directory if it does not exist
mkdir -p $datadir mkdir -p $datadir
FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple" FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment