Commit cb2225a9 authored by diego's avatar diego

Rename do_libav var so as not to clash with the do_libav function on Solaris.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7577 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b474b4ea
...@@ -41,7 +41,7 @@ elif [ "$1" = "snow" ] ; then ...@@ -41,7 +41,7 @@ elif [ "$1" = "snow" ] ; then
elif [ "$1" = "snowll" ] ; then elif [ "$1" = "snowll" ] ; then
do_snowll=y do_snowll=y
elif [ "$1" = "libavtest" ] ; then elif [ "$1" = "libavtest" ] ; then
do_libav=y do_libavtest=y
logfile="$datadir/libav.regression" logfile="$datadir/libav.regression"
outfile="$datadir/b-" outfile="$datadir/b-"
else else
...@@ -545,7 +545,7 @@ fi ...@@ -545,7 +545,7 @@ fi
# libav testing # libav testing
################################### ###################################
if [ -n "$do_libav" ] ; then if [ -n "$do_libavtest" ] ; then
# avi # avi
do_libav avi do_libav avi
......
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