comment grammar fix
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0f652a8ee3
commit
7f3c02fc21
2
configure
vendored
2
configure
vendored
@ -1730,7 +1730,7 @@ fi
|
|||||||
|
|
||||||
VHOOKCFLAGS="-fPIC"
|
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
|
if test $asmalign_pot = "unknown"; then
|
||||||
disable asmalign_pot
|
disable asmalign_pot
|
||||||
echo 'asm (".align 3");' | check_cc && enable asmalign_pot
|
echo 'asm (".align 3");' | check_cc && enable asmalign_pot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user