[FFmpeg-user] Compiling on Cygwin
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Apr 9 12:54:21 CEST 2012
Brendan Brewster <brendan.brewster <at> gmail.com> writes:
> $ ./configure
> network support yes
> CC libavformat/avio.o
> In file included from libavformat/avio.c:30:
> libavformat/network.h:54:24: sys/socket.h: No such file or directory
> libavformat/network.h:55:24: netinet/in.h: No such file or directory
> libavformat/network.h:56:19: netdb.h: No such file or directory
> libavformat/network.h:62:23: arpa/inet.h: No such file or directory
This is not expected:
If there is no header arpa/inet.h, configure should test winsock2 and
disable network if it is not available.
Please confirm that you are using unpatched git head and please post
an excerpt of config.log, beginning with "check_header arpa/inet.h"
until "check_func nanosleep".
(Work-around is --disable-network)
Carl Eugen
More information about the ffmpeg-user
mailing list