projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
e0196f5
..
a9a4fd7
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-645,7
+645,6
@@
ARCH_LIST='
ia64
m68k
mips
ia64
m68k
mips
- mipsel
parisc
powerpc
s390
parisc
powerpc
s390
@@
-731,7
+730,7
@@
altivec_deps="powerpc"
armv5te_deps="armv4l"
armv6_deps="armv4l"
iwmmxt_deps="armv4l"
armv5te_deps="armv4l"
armv6_deps="armv4l"
iwmmxt_deps="armv4l"
-mmi_deps
_any="mips mipsel
"
+mmi_deps
="mips
"
mmx_deps="x86"
ssse3_deps="x86"
mmx_deps="x86"
ssse3_deps="x86"
@@
-1052,12
+1051,9
@@
case "$arch" in
arch="powerpc"
enable fast_64bit
;;
arch="powerpc"
enable fast_64bit
;;
- mips|IP*)
+ mips|
mipsel|
IP*)
arch="mips"
;;
arch="mips"
;;
- mipsel)
- arch="mipsel"
- ;;
sun4u|sparc64)
arch="sparc64"
enable fast_64bit
sun4u|sparc64)
arch="sparc64"
enable fast_64bit
@@
-1096,7
+1092,6
@@
esac
enable $arch
enabled_any x86_32 x86_64 && enable x86
enabled sparc64 && enable sparc
enable $arch
enabled_any x86_32 x86_64 && enable x86
enabled sparc64 && enable sparc
-enabled mipsel && enable mips
# OS specific
osextralibs="-lm"
# OS specific
osextralibs="-lm"
@@
-1828,7
+1823,7
@@
if test $arch = "armv4l"; then
echo "ARMv6 enabled ${armv6-no}"
echo "IWMMXT enabled ${iwmmxt-no}"
fi
echo "ARMv6 enabled ${armv6-no}"
echo "IWMMXT enabled ${iwmmxt-no}"
fi
-if test $arch = "mips"
-o $arch = "mipsel"
; then
+if test $arch = "mips"; then
echo "MMI enabled ${mmi-no}"
fi
if test $arch = "powerpc"; then
echo "MMI enabled ${mmi-no}"
fi
if test $arch = "powerpc"; then