[Ffmpeg-cvslog] r6056 - trunk/configure
diego
subversion
Wed Aug 23 23:19:39 CEST 2006
Author: diego
Date: Wed Aug 23 23:19:39 2006
New Revision: 6056
Modified:
trunk/configure
Log:
Blackfin processor support
patch by Michael Benjamin, neuroptik gmail com
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Aug 23 23:19:39 2006
@@ -394,6 +394,9 @@
ia64)
cpu="ia64"
;;
+ bfin)
+ cpu="bfin"
+ ;;
*)
cpu="unknown"
;;
@@ -1656,6 +1659,9 @@
elif test "$cpu" = "ia64" ; then
echo "TARGET_ARCH_IA64=yes" >> config.mak
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
echo "#define TUNECPU $TUNECPU" >> $TMPH
if test "$bigendian" = "yes" ; then
More information about the ffmpeg-cvslog
mailing list