mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
This commit is contained in:
parent
50b4468598
commit
7dc0c991da
@ -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…
Reference in New Issue
Block a user