[SCM] libav/squeeze: Disable cavsvideo parser in addition to the cavs decoder on arm and powerpc

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu May 10 18:49:46 UTC 2012


The following commit has been merged in the squeeze branch:
commit b70348da3233a275ca8acc9a6c073163a5e8ba66
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Fri Dec 30 19:28:07 2011 +0100

    Disable cavsvideo parser in addition to the cavs decoder on arm and powerpc
    
    The previous commit did not fix the compilation issue fully. This patch
    was developed on shooreinet.err.no.

diff --git a/debian/confflags b/debian/confflags
index 97140da..95e65f1 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -219,9 +219,9 @@ 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
+    confflags += --disable-decoder=cavs --disable-parser=cavsvideo
 endif
 
 ifneq (,$(findstring powerpc,$(DEB_BUILD_GNU_TYPE)))
-    confflags += --disable-decoder=cavs
+    confflags += --disable-decoder=cavs --disable-parser=cavsvideo
 endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list