[vlc-devel] eventfd function issue
Rémi Denis-Courmont
rdenis at simphalempin.com
Thu Jan 22 10:20:04 CET 2009
On Thu, 22 Jan 2009 09:58:37 +0100, Sébastien Escudier
<sebastien-devel at celeos.eu> wrote:
> In misc/object.c I have HAVE_SYS_EVENTFD_H not defined but HAVE_EVENTFD
is
> defined.
>
> To be able to compile I replaced HAVE_EVENTFD by HAVE_SYS_EVENTFD_H in
> misc/object.c line 413.
>
> But I don't know the right way to fix this. Can someone do it ?
That would mean your libc *implements* eventfd() but does not declare it
anywhere.
To me, this is a bug, but not a VLC bug. Please forward where appropriate.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list