[SCM] ffmpeg/master: Disable librtmp support

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Thu Sep 29 16:58:50 UTC 2016


The following commit has been merged in the master branch:
commit c2d27510254fdce9feb351216976d7ef2542b03e
Author: Ondřej Nový <onovy at debian.org>
Date:   Thu Sep 29 18:56:48 2016 +0200

    Disable librtmp support
    
    ffmpeg have better build-in RTMP support with listen mode

diff --git a/debian/control b/debian/control
index 8dd9447..8ebd2d7 100644
--- a/debian/control
+++ b/debian/control
@@ -94,8 +94,6 @@ Build-Depends:
  libpulse-dev,
 # --enable-librubberband
  librubberband-dev,
-# --enable-librtmp
- librtmp-dev,
 # --enable-libschroedinger
  libschroedinger-dev,
 # autodetected: protocol 'sctp'
diff --git a/debian/rules b/debian/rules
index 4bafbc4..6cebbfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,6 @@ CONFIG := --prefix=/usr \
 	--enable-libopus \
 	--enable-libpulse \
 	--enable-librubberband \
-	--enable-librtmp \
 	--enable-libschroedinger \
 	--enable-libshine \
 	--enable-libsnappy \

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list