diff options
author | Andreas Öman <andreas@lonelycoder.com> | 2009-02-17 22:25:40 +0000 |
---|---|---|
committer | Andreas Öman <andreas@lonelycoder.com> | 2009-02-17 22:25:40 +0000 |
commit | 3fff63826bf4576923016f94a9e4c61e87536b8b (patch) | |
tree | 2dfdb2d2a8c4cc69040408245293c0f50f8f09f4 /configure | |
parent | 30f68128abb88511238c308eaba4139e32ce1244 (diff) | |
download | ffmpeg-3fff63826bf4576923016f94a9e4c61e87536b8b.tar.gz |
Gopher protocol should depend on networking being enabled.
Ok'd by Måns and DonDiego on IRC.
Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1108,6 +1108,7 @@ x11_grab_device_demuxer_deps="x11grab XShmCreateImage" x11_grab_device_demuxer_extralibs="-lX11 -lXext" # protocols +gopher_protocol_deps="network" http_protocol_deps="network" rtp_protocol_deps="udp_protocol" tcp_protocol_deps="network" |