mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-08 19:07:09 +00:00
initial sh4 support
Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
966df5b6b3
commit
bdb2e37c4a
7
configure
vendored
7
configure
vendored
@ -51,6 +51,9 @@ case "$cpu" in
|
||||
sun4u)
|
||||
cpu="sparc64"
|
||||
;;
|
||||
sh4)
|
||||
cpu="sh4"
|
||||
;;
|
||||
*)
|
||||
cpu="unknown"
|
||||
;;
|
||||
@ -868,6 +871,10 @@ elif test "$cpu" = "mips" ; then
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user