[SCM] ffmpeg/squeeze: disable cavs decoder on arm and powerpc architectures

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Dec 29 07:40:53 UTC 2011


The following commit has been merged in the squeeze branch:
commit 5bdfd6f447f9aa56588085e819f0b6a1058c4ec8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Dec 29 08:39:24 2011 +0100

    disable cavs decoder on arm and powerpc architectures
    
    Alighment issues prevent building the packge on these architectures

diff --git a/debian/confflags b/debian/confflags
index df7ec36..97140da 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -215,3 +215,13 @@ ifneq (,$(findstring powerpc,$(DEB_BUILD_GNU_TYPE)))
   extradoc := doc/ffmpeg_powerpc_performance_evaluation_howto.txt
 endif
 
+
+# disable cavs decoder on armel and powerpc due to alighment issues that
+# prevent building the packge on these architectures
+ifneq (,$(findstring arm,$(DEB_BUILD_GNU_TYPE)))
+    confflags += --disable-decoder=cavs
+endif
+
+ifneq (,$(findstring powerpc,$(DEB_BUILD_GNU_TYPE)))
+    confflags += --disable-decoder=cavs
+endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list