diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-10-20 13:08:24 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-10-20 13:08:24 +0000 |
commit | 4c8d81fa2d21ec9d21a5ab6dbbdeded9be140a17 (patch) | |
tree | c9e2a206c95ca5c1ca310fbe5f9a458186405dba /configure | |
parent | d966b2f0dba6f3e164c2b9faf22cfbf635cf951d (diff) | |
download | ffmpeg-4c8d81fa2d21ec9d21a5ab6dbbdeded9be140a17.tar.gz |
fix harmless typo / consistency fix
Originally committed as revision 6748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1109,7 +1109,7 @@ if test $cpu != "generic"; then # targets that do support conditional mov (cmov) i686|pentiumpro|pentium[234]|pentium-m|prescott|athlon|athlon-tbird|athlon-4|athlon-[mx]p|nocona|athlon64|k8|opteron|athlon-fx) add_cflags "-march=$cpu" - cmov=yes + cmov="yes" ;; sparc64) add_cflags "-mcpu=v9" |