[SCM] ffmpeg/experimental: Disable x265 on alpha due to #789807.

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Thu Jul 9 22:22:01 UTC 2015


The following commit has been merged in the experimental branch:
commit 49be2e09b5811e220fdb0733d294626711268dce
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Wed Jul 8 12:09:46 2015 +0200

    Disable x265 on alpha due to #789807.

diff --git a/debian/control b/debian/control
index 7a635e4..2e7e42a 100644
--- a/debian/control
+++ b/debian/control
@@ -127,7 +127,7 @@ Build-Depends:
 # --enable-libx264
  libx264-dev [!x32],
 # --enable-libx265
- libx265-dev [!sparc64 !x32],
+ libx265-dev [!sparc64 !x32 !alpha],
 # --enable-x11grab
  libxext-dev,
 # --enable-libxvid
diff --git a/debian/rules b/debian/rules
index 9967357..9a41d23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,7 +150,7 @@ ifeq (,$(filter $(DEB_HOST_ARCH),alpha sh4 sparc64 x32))
 endif
 
 # X265 is not (yet) available on some architectures.
-ifeq (,$(filter $(DEB_HOST_ARCH),sparc64 x32))
+ifeq (,$(filter $(DEB_HOST_ARCH),sparc64 x32 alpha))
 	CONFIG += --enable-libx265
 endif
 

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list