Commit 5fbde18a authored by mru's avatar mru

configure: clean up .align detection

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16083 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d83bc715
...@@ -1100,7 +1100,6 @@ ar="ar" ...@@ -1100,7 +1100,6 @@ ar="ar"
nm="nm" nm="nm"
ranlib="ranlib" ranlib="ranlib"
strip="strip" strip="strip"
asmalign_pot="unknown"
ln_s="ln -sf" ln_s="ln -sf"
objformat="elf" objformat="elf"
...@@ -2083,10 +2082,7 @@ fi ...@@ -2083,10 +2082,7 @@ fi
VHOOKCFLAGS="-fPIC" VHOOKCFLAGS="-fPIC"
# Find out if the .align argument is a power of two or not. # Find out if the .align argument is a power of two or not.
if test $asmalign_pot = "unknown"; then check_asm asmalign_pot '".align 3"'
disable asmalign_pot
echo '__asm__ (".align 3");' | check_cc && enable asmalign_pot
fi
enabled_any $DECODER_LIST && enable decoders enabled_any $DECODER_LIST && enable decoders
enabled_any $ENCODER_LIST && enable encoders enabled_any $ENCODER_LIST && enable encoders
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment