[vlc-devel] [PATCH 2/2] Work around the lack of dirfd()
Rémi Denis-Courmont
remi at remlab.net
Wed Feb 29 09:46:25 CET 2012
On Wed, 29 Feb 2012 08:38:16 +0000, Maciej (Matchek) Bliziński
<maciej at opencsw.org> wrote:
> But I was asking about more general suggestions. I'm interested in
> making VLC sources compile on Solaris. If I work on patches, I want
> them to be reviewed and merged, I don't want to sit on a bunch of
> unmerged patches that inevitably will go out of sync with the upstream.
Oh sure. In practice, _most_ failures are caused by accidental assumptions
of GNU/Linux behavior, and/or to missing functions that can be replaced in
compat/.
In fact, it would be cleaner to re-implement posix_memalign() there, than
#if __android__ || __sun__
But w.r.t. Solaris, I am more concerned about the lack of supported audio
output.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list