Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#10022 closed defect (duplicate)

FFmpeg does not compile under macOS Ventura 13.01

Reported by: Nicola Coppola Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Nicola Coppola Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I am trying to compile the source code.
I have installed the 'nvEncodeAPI.h' headers from the web version 11.1.5.2

/
....
.....
libavcodec/nvenc.c:1359:5: error: unknown type name 'NV_ENC_CONFIG_AV1'; did you mean 'NV_ENC_CONFIG_HEVC'?

NV_ENC_CONFIG_AV1 *av1 = &cc->encodeCodecConfig.av1Config;

NV_ENC_CONFIG_HEVC

/usr/local/include/ffnvcodec/nvEncodeAPI.h:1585:3: note: 'NV_ENC_CONFIG_HEVC' declared here
} NV_ENC_CONFIG_HEVC;


libavcodec/nvenc.c:1359:53: error: no member named 'av1Config' in 'union _NV_ENC_CODEC_CONFIG'; did you mean 'hevcConfig'?

/ (this is the first of 4 similar lines

I have the latest downloader the latest version via git

Change History (2)

comment:1 by Balling, 18 months ago

Resolution: duplicate
Status: newclosed

comment:2 by Carl Eugen Hoyos, 18 months ago

Component: avcodecundetermined
Keywords: does not compile removed
Note: See TracTickets for help on using tickets.