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
elif [ "$1" = "snowll" ] ; then
do_snowll=y
elif [ "$1" = "libavtest" ] ; then
do_libav=y
do_libavtest=y
logfile="$datadir/libav.regression"
outfile="$datadir/b-"
else
......@@ -545,7 +545,7 @@ fi
# libav testing
###################################
if [ -n "$do_libav" ] ; then
if [ -n "$do_libavtest" ] ; then
# 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