Skip to content
Snippets Groups Projects
Commit 7f3c02fc authored by Diego Biurrun's avatar Diego Biurrun
Browse files

comment grammar fix

Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f652a8e
No related branches found
No related tags found
No related merge requests found
...@@ -1730,7 +1730,7 @@ fi ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment