UDP: udp depends on pthreads now

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-05-13 17:49:00 +02:00
parent 03f8f39769
commit 29ef0174cc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"