Hi Reindl, Thanks for your prompt support. >and why do you use "--disable-protocol" when you want to enable network support?
I had seen that setting in one of the emails on this board. Now that you have asked, I removed that disable and tried to build my current config is ================================== bash ./configure --prefix=/tmp && gmake ================================== I am getting following errors: ================================== libavformat/sctp.c: In function `ff_sctp_recvmsg': libavformat/sctp.c:80: warning: implicit declaration of function `CMSG_SPACE' libavformat/sctp.c:91: error: structure has no member named `msg_control' libavformat/sctp.c:92: error: structure has no member named `msg_controllen' libavformat/sctp.c:100: error: structure has no member named `msg_flags' libavformat/sctp.c:102: warning: implicit declaration of function `CMSG_FIRSTHDR' libavformat/sctp.c:102: warning: assignment makes pointer from integer without a cast libavformat/sctp.c:103: warning: implicit declaration of function `CMSG_NXTHDR' libavformat/sctp.c:103: warning: assignment makes pointer from integer without a cast libavformat/sctp.c:111: warning: implicit declaration of function `CMSG_DATA' libavformat/sctp.c:111: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast libavformat/sctp.c: In function `ff_sctp_send': libavformat/sctp.c:128: error: structure has no member named `msg_controllen' libavformat/sctp.c:80: warning: redundant redeclaration of 'CMSG_SPACE' libavformat/sctp.c:80: warning: previous implicit declaration of 'CMSG_SPACE' was here libavformat/sctp.c:134: error: structure has no member named `msg_control' libavformat/sctp.c:135: error: structure has no member named `msg_controllen' libavformat/sctp.c:136: error: structure has no member named `msg_flags' libavformat/sctp.c:102: warning: redundant redeclaration of 'CMSG_FIRSTHDR' libavformat/sctp.c:102: warning: previous implicit declaration of 'CMSG_FIRSTHDR' was here libavformat/sctp.c:138: warning: assignment makes pointer from integer without a cast libavformat/sctp.c:141: warning: implicit declaration of function `CMSG_LEN' libavformat/sctp.c:143: error: structure has no member named `msg_controllen' libavformat/sctp.c:111: warning: redundant redeclaration of 'CMSG_DATA' libavformat/sctp.c:111: warning: previous implicit declaration of 'CMSG_DATA' was here libavformat/sctp.c:144: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast gmake: *** [libavformat/sctp.o] Error 1 ===================== Please see. Thanks -mvelanka -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/S-tp4674872p4674875.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
