tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libvpx on macOS



On Mon 05 Jul 2021 at 02:05:38 +0000, john%ziaspace.com@localhost wrote:
> Hi,
> 
> Anyone know what the fix is for this? ffmpeg4 wants it unless removed via
> options.
> 
> macOS 10.15, clean install, current pkgsrc.
> ./vp9/ratectrl_rtc.h:14:10: fatal error: 'cstdint' file not found
> #include <cstdint>
>          ^~~~~~~~~

In C++, <cxxx> headers are the C++ version of <xxx.h>.
So maybe using <stdint.h> there works, possibly with external "C" added.

-Olaf.
-- 
___ "Buying carbon credits is a bit like a serial killer paying someone else to
\X/  have kids to make his activity cost neutral." -The BOFH    falu.nl@rhialto

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index