[FFmpeg-devel] [PATCH] fix libavdevice/audio.c build on FreeBSD

Alexis Ballier alexis.ballier
Sun Oct 19 13:41:36 CEST 2008


Hi,

libavdevice/audio.c uses select() and the fd_set structure which afaik
is defined in sys/select.h but does not include it.
On glibc systems this doesn't matter as sys/time.h already includes
sys/select.h but on fbsd 7.0 this causes me a build failure.
I've copied the #ifery from ffmpeg.c

Alexis.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: select.patch
Type: application/octet-stream
Size: 381 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081019/f8523df9/attachment.obj>



More information about the ffmpeg-devel mailing list