summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-13 17:49:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-13 17:49:00 +0200
commit29ef0174cc0c4bdf188cf3e5c27790529c33d18c (patch)
tree07b0391b17235a71a95a7ffedf71077d368a6014 /configure
parent03f8f39769f385f04b770c748a46298e46ab3196 (diff)
downloadffmpeg-streaming-29ef0174cc0c4bdf188cf3e5c27790529c33d18c.zip
ffmpeg-streaming-29ef0174cc0c4bdf188cf3e5c27790529c33d18c.tar.gz
UDP: udp depends on pthreads now
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 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"
OpenPOWER on IntegriCloud