diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-13 17:49:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-13 17:49:00 +0200 |
commit | 29ef0174cc0c4bdf188cf3e5c27790529c33d18c (patch) | |
tree | 07b0391b17235a71a95a7ffedf71077d368a6014 | |
parent | 03f8f39769f385f04b770c748a46298e46ab3196 (diff) | |
download | ffmpeg-29ef0174cc0c4bdf188cf3e5c27790529c33d18c.tar.gz |
UDP: udp depends on pthreads now
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |