summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-06-04 16:55:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-06-04 16:55:22 +0200
commit124a9edb5f172ce36b11fd0d6ccc9f15cc51f322 (patch)
treefaee26bfc6834dfe55236f90354c28bf2eb14cc7 /configure
parent87f40364d1a22aff5c9c245fa4ad07275c954248 (diff)
udp: support old, crappy non pthread mode
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c054f8174a..a1110bde52 100755
--- a/configure
+++ b/configure
@@ -1493,7 +1493,7 @@ mmst_protocol_deps="network"
rtmp_protocol_select="tcp_protocol"
rtp_protocol_select="udp_protocol"
tcp_protocol_deps="network"
-udp_protocol_deps="network pthreads"
+udp_protocol_deps="network"
# filters
blackframe_filter_deps="gpl"