[FFmpeg-devel] [PATCH 1/3] lavfi/dynaudnorm: rename pow2 to pow_2
Clément Bœsch
u at pkh.me
Mon Mar 27 22:57:11 EEST 2017
On Sun, Mar 26, 2017 at 08:56:49PM +0200, Nicolas George wrote:
> Le sextidi 6 germinal, an CCXXV, Clement Boesch a écrit :
> > This conflict with the DJGPP libc which includes a pow2 function¹
> >
> > We can not make DJGPP posix only to avoid the conflict due to the lack
> > of posix_memalign.
>
> "cannot", I think.
>
Updated description with the following:
We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this
kind of symbols conflicts due to the lack of both posix_memalign and
memalign (DJGPP non standard function) in that POSIX mode. We currently
rely on memalign for aligned heap allocation.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170327/2bd2d876/attachment.sig>
More information about the ffmpeg-devel
mailing list