[FFmpeg-cvslog] UDP: udp depends on pthreads now

Michael Niedermayer git at videolan.org
Fri May 13 17:56:06 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May 13 17:49:00 2011 +0200| [29ef0174cc0c4bdf188cf3e5c27790529c33d18c] | committer: Michael Niedermayer

UDP: udp depends on pthreads now

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29ef0174cc0c4bdf188cf3e5c27790529c33d18c
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 705dde5..a7aad19 100755
--- a/configure
+++ b/configure
@@ -1479,7 +1479,7 @@ mmst_protocol_deps="network"
 rtmp_protocol_select="tcp_protocol"
 rtp_protocol_select="udp_protocol"
 tcp_protocol_deps="network"
-udp_protocol_deps="network"
+udp_protocol_deps="network pthreads"
 
 # filters
 blackframe_filter_deps="gpl"



More information about the ffmpeg-cvslog mailing list