[SCM] libav/experimental: Alpha optimizations by Falk Hueffner <falk.hueffner at student.uni-tuebingen.de>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:30:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 91d1f1a43205691dedb521bd05ff5d8dda931bb2
Author: Nick Kurshev <nickols_k at mail.ru>
Date:   Sun Jan 20 14:55:42 2002 +0000

    Alpha optimizations by Falk Hueffner <falk.hueffner at student.uni-tuebingen.de>
    
    Originally committed as revision 275 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 9e91e3e..07599b0 100755
--- a/configure
+++ b/configure
@@ -35,6 +35,10 @@ case "$cpu" in
     cpu="armv4l"
     mmx="no"
   ;;
+  alpha)
+    cpu="alpha"
+    mmx="no"
+  ;;
   *)
     mmx="no"
   ;;
@@ -146,6 +150,10 @@ if [ "$cpu" = "armv4l" ]; then
   echo "TARGET_ARCH_ARMV4L=yes" >> config.mak
   echo "#define ARCH_ARMV4L 1" >> config.h
 fi
+if [ "$cpu" = "alpha" ]; then
+  echo "TARGET_ARCH_ALPHA=yes" >> config.mak
+  echo "#define ARCH_ALPHA 1" >> config.h
+fi
 if [ "$mmx" = "yes" ] ; then
   echo "TARGET_MMX=yes" >> config.mak
   echo "#define HAVE_MMX 1" >> config.h

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list