summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-04-11 09:43:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-11 09:43:05 +0000
commita7beab731d1579967de16ebdf33805189fbd087f (patch)
tree834e1d2a69fe6e89e91fa49de0745bd6b442fd92 /configure
parent2f5feea48ba72b5b80a83a7d3142626555264c37 (diff)
bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index acfc04f8ee..9bacced277 100755
--- a/configure
+++ b/configure
@@ -45,6 +45,9 @@ case "$cpu" in
mips)
cpu="mips"
;;
+ sun4u)
+ cpu="sparc64"
+ ;;
*)
cpu="unknown"
;;