aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-26 04:29:40 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-26 04:29:40 +0000
commit35fedfc349b04e53e77044a3c0ac3027401f4863 (patch)
tree49cdfe3c5b4bea28171d6d5402e2a8e07b069726 /configure
parentb55e4ef43d7aed14716e3eaa42f0709f486e0d78 (diff)
downloadffmpeg-35fedfc349b04e53e77044a3c0ac3027401f4863.tar.gz
Add some rudimentary support for sparc64
Originally committed as revision 1279 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 30493d9778..f962eb51bc 100755
--- a/configure
+++ b/configure
@@ -485,6 +485,9 @@ elif test "$cpu" = "armv4l" ; then
elif test "$cpu" = "alpha" ; then
echo "TARGET_ARCH_ALPHA=yes" >> config.mak
echo "#define ARCH_ALPHA 1" >> $TMPH
+elif test "$cpu" = "sparc64" ; then
+ echo "TARGET_ARCH_SPARC64=yes" >> config.mak
+ echo "#define ARCH_SPARC64 1" >> $TMPH
elif test "$cpu" = "powerpc" ; then
echo "TARGET_ARCH_POWERPC=yes" >> config.mak
echo "#define ARCH_POWERPC 1" >> $TMPH