mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Blackfin processor support
patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
52e5461288
commit
81a9b052df
6
configure
vendored
6
configure
vendored
@ -394,6 +394,9 @@ case "$cpu" in
|
|||||||
ia64)
|
ia64)
|
||||||
cpu="ia64"
|
cpu="ia64"
|
||||||
;;
|
;;
|
||||||
|
bfin)
|
||||||
|
cpu="bfin"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
cpu="unknown"
|
cpu="unknown"
|
||||||
;;
|
;;
|
||||||
@ -1656,6 +1659,9 @@ elif test "$cpu" = "m68k" ; then
|
|||||||
elif test "$cpu" = "ia64" ; then
|
elif test "$cpu" = "ia64" ; then
|
||||||
echo "TARGET_ARCH_IA64=yes" >> config.mak
|
echo "TARGET_ARCH_IA64=yes" >> config.mak
|
||||||
echo "#define ARCH_IA64 1" >> $TMPH
|
echo "#define ARCH_IA64 1" >> $TMPH
|
||||||
|
elif test "$cpu" = "bfin" ; then
|
||||||
|
echo "TARGET_ARCH_BFIN=yes" >> config.mak
|
||||||
|
echo "#define ARCH_BFIN 1" >> $TMPH
|
||||||
fi
|
fi
|
||||||
echo "#define TUNECPU $TUNECPU" >> $TMPH
|
echo "#define TUNECPU $TUNECPU" >> $TMPH
|
||||||
if test "$bigendian" = "yes" ; then
|
if test "$bigendian" = "yes" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user