diff options
author | Måns Rullgård <mans@mansr.com> | 2010-02-10 22:14:25 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-02-10 22:14:25 +0000 |
commit | 6b73c0aedcbd4645259c45196400180949de238f (patch) | |
tree | 477f623925ad9b8ba6d962f88c7de85a1bf01266 /configure | |
parent | f45a27dc526dc743bed25e8a7e67200bc02fd555 (diff) | |
download | ffmpeg-6b73c0aedcbd4645259c45196400180949de238f.tar.gz |
configure: fix cosmetic typo in check_mathfunc
Originally committed as revision 21748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -669,7 +669,7 @@ EOF } check_mathfunc(){ - log check_func "$@" + log check_mathfunc "$@" func=$1 shift disable $func |