[SCM] libav/experimental: RTMP needs tcp_protocol

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:37 UTC 2013


The following commit has been merged in the experimental branch:
commit cbf298899d990ac3e491b4c1aab8532bc241268c
Author: Måns Rullgård <mans at mansr.com>
Date:   Fri Jul 31 07:40:35 2009 +0000

    RTMP needs tcp_protocol
    
    Originally committed as revision 19557 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 6174f10..fd69a21 100755
--- a/configure
+++ b/configure
@@ -1216,6 +1216,7 @@ x11_grab_device_indev_extralibs="-lX11 -lXext"
 # protocols
 gopher_protocol_deps="network"
 http_protocol_deps="network"
+rtmp_protocol_deps="tcp_protocol"
 rtp_protocol_deps="udp_protocol"
 tcp_protocol_deps="network"
 udp_protocol_deps="network"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list