[SCM] gerbera/master: Enable ffmpeg option and cleanup ffmpeg build dependencies
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Sat Sep 23 17:48:17 UTC 2017
The following commit has been merged in the master branch:
commit 94ffee55709afcafa61d9bf416de23014d7aba09
Author: James Cowgill <jcowgill at debian.org>
Date: Mon Sep 18 22:57:20 2017 +0100
Enable ffmpeg option and cleanup ffmpeg build dependencies
diff --git a/debian/control b/debian/control
index 8071ee2..cc8d292 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Build-Depends:
default-libmysqlclient-dev,
dh-exec,
duktape-dev,
- libavformat-dev (>= 6:10~),
- libavutil-dev (>= 6:10~),
+ libavcodec-dev,
+ libavformat-dev,
+ libavutil-dev,
libcurl4-gnutls-dev | libcurl4-openssl-dev,
libexif-dev,
libexpat-dev,
diff --git a/debian/rules b/debian/rules
index b8796e6..11cf557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
%:
dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DWITH_AVCODEC=1
--
gerbera packaging
More information about the pkg-multimedia-commits
mailing list