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.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to