[SCM] libav/experimental: Change inter-protocol dependencies from _deps to _select

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:07:10 UTC 2013


The following commit has been merged in the experimental branch:
commit deeb7012b9998dac57ea7ef25462ada43bef7c3d
Author: Martin Storsjö <martin at martin.st>
Date:   Fri May 14 18:51:46 2010 +0000

    Change inter-protocol dependencies from _deps to _select
    
    Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 2bd55d2..f8a1316 100755
--- a/configure
+++ b/configure
@@ -1407,8 +1407,8 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
 gopher_protocol_deps="network"
 http_protocol_deps="network"
 http_protocol_select="tcp_protocol"
-rtmp_protocol_deps="tcp_protocol"
-rtp_protocol_deps="udp_protocol"
+rtmp_protocol_select="tcp_protocol"
+rtp_protocol_select="udp_protocol"
 tcp_protocol_deps="network"
 udp_protocol_deps="network"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list