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"
nm="nm"
ranlib="ranlib"
strip="strip"
asmalign_pot="unknown"
ln_s="ln -sf"
objformat="elf"
......@@ -2083,10 +2082,7 @@ fi
VHOOKCFLAGS="-fPIC"
# 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
fi
check_asm asmalign_pot '".align 3"'
enabled_any $DECODER_LIST && enable decoders
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