mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
configure: Remove now redundant vsx setting code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3e04746ec3
commit
b0af4043b9
6
configure
vendored
6
configure
vendored
@ -3994,7 +3994,6 @@ elif enabled mips; then
|
|||||||
elif enabled ppc; then
|
elif enabled ppc; then
|
||||||
|
|
||||||
disable ldbrx
|
disable ldbrx
|
||||||
disable vsx
|
|
||||||
|
|
||||||
case $(tolower $cpu) in
|
case $(tolower $cpu) in
|
||||||
601|ppc601|powerpc601)
|
601|ppc601|powerpc601)
|
||||||
@ -4623,11 +4622,6 @@ unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
|
|||||||
EOF
|
EOF
|
||||||
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
||||||
|
|
||||||
if [ "$cpu" = "power7" ] || [ "$cpu" = "power8" ] || enabled ppc64; then
|
|
||||||
if ! enabled bigendian && enabled altivec ;then
|
|
||||||
enable vsx
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
check_gas() {
|
check_gas() {
|
||||||
log "check_gas using '$as' as AS"
|
log "check_gas using '$as' as AS"
|
||||||
|
Loading…
Reference in New Issue
Block a user