[FFmpeg-devel] [PATCH 2/3] lavfi/psnr: rename pow2 to pow_2
Ronald S. Bultje
rsbultje at gmail.com
Mon Mar 27 00:21:23 EEST 2017
Hi,
On Sun, Mar 26, 2017 at 2:53 PM, Clément Bœsch <u at pkh.me> wrote:
> 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.
>
> [1]: http://www.delorie.com/djgpp/doc/libc-2.02/libc_536.html
> ---
> libavfilter/vf_psnr.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
Patch is OK. I have no idea what the second line (body) of the commit
message means.
Ronald
More information about the ffmpeg-devel
mailing list