[SCM] libav/experimental: Enable tcp_protocol when enabling http

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:03:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 279a0c976e3cb99f1ac9af0368c6da0000229b54
Author: Peter Ross <pross at xvid.org>
Date:   Tue Mar 9 12:09:55 2010 +0000

    Enable tcp_protocol when enabling http
    
    Originally committed as revision 22388 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 02e594c..a923d74 100755
--- a/configure
+++ b/configure
@@ -1394,6 +1394,7 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
 # protocols
 gopher_protocol_deps="network"
 http_protocol_deps="network"
+http_protocol_select="tcp_protocol"
 rtmp_protocol_deps="tcp_protocol"
 rtp_protocol_deps="udp_protocol"
 tcp_protocol_deps="network"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list