[FFmpeg-devel] [PATCH 1/3] lavfi/dynaudnorm: rename pow2 to pow_2

Paul B Mahol onemda at gmail.com
Mon Mar 27 23:20:11 EEST 2017


On 3/27/17, Clement Boesch <u at pkh.me> wrote:
> On Sun, Mar 26, 2017 at 08:56:49PM +0200, Nicolas George wrote:
>> Le sextidi 6 germinal, an CCXXV, Clement Boesch a ecrit :
>> > This conflict with the DJGPP libc which includes a pow2 function^1
>> >
>> > 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.
>

ok


More information about the ffmpeg-devel mailing list