[SCM] ffmpeg/jessie: Disable building with libebur128 because jessie's version breaks the build
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Mon Sep 26 10:38:42 UTC 2016
The following commit has been merged in the jessie branch:
commit 413d96a861ec4f8bd260c46e4394d2bf34415047
Author: Balint Reczey <balint at balintreczey.hu>
Date: Mon Sep 26 12:16:52 2016 +0200
Disable building with libebur128 because jessie's version breaks the build
diff --git a/debian/control b/debian/control
index e7bf9d7..f1945cf 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@ Build-Depends:
# --enable-libdc1394
libdc1394-22-dev [linux-any],
# --enable-libebur128
- libebur128-dev,
+# libebur128-dev,
# --enable-libfontconfig
libfontconfig1-dev,
# --enable-libfreetype
diff --git a/debian/rules b/debian/rules
index 7d969c3..90c9534 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ CONFIG := --prefix=/usr \
--enable-libbs2b \
--enable-libcaca \
--enable-libcdio \
- --enable-libebur128 \
+ --disable-libebur128 \
--enable-libflite \
--enable-libfontconfig \
--enable-libfreetype \
--
ffmpeg packaging
More information about the pkg-multimedia-commits
mailing list