[FFmpeg-cvslog] configure: Remove now redundant vsx setting code
Michael Niedermayer
git at videolan.org
Tue Jun 2 22:29:08 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jun 2 22:14:06 2015 +0200| [b0af4043b90802ecf888a9bf0075c4d55cfb2d38] | committer: Michael Niedermayer
configure: Remove now redundant vsx setting code
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0af4043b90802ecf888a9bf0075c4d55cfb2d38
---
configure | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure b/configure
index f217eba..a94c70f 100755
--- a/configure
+++ b/configure
@@ -3994,7 +3994,6 @@ elif enabled mips; then
elif enabled ppc; then
disable ldbrx
- disable vsx
case $(tolower $cpu) in
601|ppc601|powerpc601)
@@ -4623,11 +4622,6 @@ unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF
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() {
log "check_gas using '$as' as AS"
More information about the ffmpeg-cvslog
mailing list