[FFmpeg-user] Current git head produces ERROR: libxavs not found on configure

Clément Bœsch u at pkh.me
Mon Mar 20 17:10:09 EET 2017


On Mon, Mar 20, 2017 at 11:46:46PM +0900, 桃源老師 wrote:
> Hello list member,
> 
> I have pulled ffmpeg current git head.  Then it produces ERROR: libxavs not found on configure.
> 
> Here's last part of config.log:
> 
> warning: You must include stdint.h or inttypes.h before xavs.h [-W#warnings]
> #  warning You must include stdint.h or inttypes.h before xavs.h
>    ^
> /Volumes/ffmpeg_compile/include/xavs.h:223:3: error: unknown type name 'uint8_t'
>   uint8_t cqm_4iy[16];          /* used only if i_cqm_preset == XAVS_CQM_CUSTOM */
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:224:3: error: unknown type name 'uint8_t'
>   uint8_t cqm_4ic[16];
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:225:3: error: unknown type name 'uint8_t'
>   uint8_t cqm_4py[16];
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:226:3: error: unknown type name 'uint8_t'
>   uint8_t cqm_4pc[16];
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:227:3: error: unknown type name 'uint8_t'
>   uint8_t cqm_8iy[64];
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:228:3: error: unknown type name 'uint8_t'
>   uint8_t cqm_8py[64];
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:367:3: error: unknown type name 'uint8_t'
>   uint8_t *plane[4];
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:378:3: error: unknown type name 'int64_t'
>   int64_t i_pts;
>   ^
> /Volumes/ffmpeg_compile/include/xavs.h:427:3: error: unknown type name 'uint8_t'
>   uint8_t *p_payload;
>   ^
> 1 warning and 9 errors generated.
> ERROR: libxavs not found
> 
> How can I fix it?
> 

It was broken for a little while today but fixed later, did you try to
pull again?

-- 
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-user/attachments/20170320/4927581c/attachment.sig>


More information about the ffmpeg-user mailing list