diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-18 08:21:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-18 08:21:55 +0000 |
commit | 7dc0c991da781849af4eeaab13b1cc1481abb77a (patch) | |
tree | a5bdf39184ed74f31d4d9a58e0b5aaed278712c4 /tests | |
parent | 50b4468598cbc032c0ec4597df9637f71b9ef664 (diff) | |
download | ffmpeg-7dc0c991da781849af4eeaab13b1cc1481abb77a.tar.gz |
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
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/regression.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression.sh b/tests/regression.sh index f032255375..4da7253bff 100755 --- a/tests/regression.sh +++ b/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 |