[FFmpeg-devel] [PATCH] djgpp port

Michael Kostylev mik
Mon Dec 24 00:07:13 CET 2007


At Sun, 23 Dec 2007 22:48:34 +0100,
Diego Biurrun wrote:

 >> --- ffmpeg-export-2007-12-23/libavformat/os_support.c        2007-12-09 17:39:01.000000000 +0300
 >> +++ ffmpeg-export-2007-12-23_djgpp/libavformat/os_support.c        2007-12-23 12:27:37.000000000 +0300
 >> @@ -30,9 +30,11 @@
 >>  #ifdef HAVE_WINSOCK2_H
 >>  #include <winsock2.h>
 >>  #else
 >> +#ifndef __DJGPP__
 >>  #include <sys/select.h>
 >>  #endif
 >>  #endif
 >> +#endif
 > This would need to be done with a proper check in configure and
 > HAVE_SYS_SELECT_H instead.

Redone.

Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-export-2007-12-23_ssel_h.diff
Type: application/octet-stream
Size: 1093 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071224/0dc117d1/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-export-2007-12-23_djgpp.diff
Type: application/octet-stream
Size: 2513 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071224/0dc117d1/attachment-0001.obj>



More information about the ffmpeg-devel mailing list