Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
sun4u)
cpu="sparc64"
;;
+ sh4)
+ cpu="sh4"
+ ;;
*)
cpu="unknown"
;;
echo "TARGET_ARCH_MIPS=yes" >> config.mak
echo "#define ARCH_MIPS 1" >> $TMPH
fi
+elif test "$cpu" = "sh4" ; then
+ echo "TARGET_ARCH_SH4=yes" >> config.mak
+ echo "#define ARCH_SH4 1" >> $TMPH
+fi
echo "#define TUNECPU $TUNECPU" >> $TMPH
if test "$bigendian" = "yes" ; then
echo "WORDS_BIGENDIAN=yes" >> config.mak