[SCM] ffmpeg/master: Add explicit build-dependencies for autodetected features.
aca-guest at users.alioth.debian.org
aca-guest at users.alioth.debian.org
Sun Nov 6 19:40:16 UTC 2016
The following commit has been merged in the master branch:
commit 66d52434666e933ec7b42e6bcd1128e02a8c1a62
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date: Sun Nov 6 20:10:35 2016 +0100
Add explicit build-dependencies for autodetected features.
Currently these are all pulled in indirectly.
diff --git a/debian/control b/debian/control
index 0ab2bd6..610d0fc 100644
--- a/debian/control
+++ b/debian/control
@@ -137,8 +137,14 @@ Build-Depends:
libx264-dev [!powerpcspe] <!stage1>,
# --enable-libx265
libx265-dev (>= 1.8),
+# autodetected libxcb-shape
+ libxcb-shape0-dev,
# autodetected libxcb-shm
libxcb-shm0-dev,
+# autodetected libxcb-xfixes
+ libxcb-xfixes0-dev,
+# autodetected xlib
+ libxv-dev,
# --enable-libxvid
libxvidcore-dev,
# autodetected: decoder 'mpeg_xvmc'; outdev 'xv'
@@ -155,7 +161,9 @@ Build-Depends:
# HTML documentation
texinfo,
# assembler optimizations
- nasm
+ nasm,
+# autodetected zlib
+ zlib1g-dev
Package: ffmpeg
Architecture: any
--
ffmpeg packaging
More information about the pkg-multimedia-commits
mailing list