[SCM] FFmpeg packaging branch, master, updated. debian/0.5.1-2-2-g5652487

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Mar 12 20:48:40 UTC 2010


The following commit has been merged in the master branch:
commit 257921a5ff7708c1012c2c0c0ad32ba1a9c558f2
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Fri Mar 12 21:42:15 2010 +0100

    fix ftbfs on powerpc

diff --git a/debian/patches/fix-ftbfs-altivec.patch b/debian/patches/fix-ftbfs-altivec.patch
index f08a5fb..3f38e5f 100644
--- a/debian/patches/fix-ftbfs-altivec.patch
+++ b/debian/patches/fix-ftbfs-altivec.patch
@@ -31,7 +31,7 @@ Index: swscale.c
  
  #else
 -#if ARCH_PPC
-+#if ARCH_PPC && COMPILE_ALTIVEC
++#if ARCH_PPC && defined COMPILE_ALTIVEC
      if (flags & SWS_CPU_CAPS_ALTIVEC)
          return swScale_altivec;
      else

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list