mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
configure: clean up .align detection
Originally committed as revision 16083 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user