diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-16 23:15:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-16 23:15:50 +0000 |
commit | 7f3c02fc219428e47f5efeac687f37b8773b9204 (patch) | |
tree | d2d5569456b127b6aa974319b14ac23b23601019 | |
parent | 0f652a8ee384a1b01c68c68e8f0da4f51b59aa1e (diff) | |
download | ffmpeg-7f3c02fc219428e47f5efeac687f37b8773b9204.tar.gz |
comment grammar fix
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1730,7 +1730,7 @@ fi VHOOKCFLAGS="-fPIC" -# find if .align arg is power-of-two or not +# Find out if the .align argument is a power of two or not. if test $asmalign_pot = "unknown"; then disable asmalign_pot echo 'asm (".align 3");' | check_cc && enable asmalign_pot |