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

Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 50b4468598
commit 7dc0c991da
  1. 4
      tests/regression.sh

@ -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

Loading…
Cancel
Save