Opened 2 years ago
Closed 16 months ago
#10690 closed defect (fixed)
FFmpeg 6.1 - compile error - function is only available on iOS 11.0 or newer
| Reported by: | Pavel | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | ffmpeg |
| Version: | Keywords: | ||
| Cc: | aeiouaeiouaeiouaeiouaeiouaeiou | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Compilation FFmpeg 6.1 for iOS finish with:
src/libavcodec/videotoolboxenc.c:1163:18: error: 'VTCopySupportedPropertyDictionaryForEncoder' is only available on iOS 11.0 or newer [-Werror,-Wunguarded-availability-new]
status = VTCopySupportedPropertyDictionaryForEncoder(avctx->width,
src/libavcodec/videotoolboxenc.c:1181:40: error: 'kVTCompressionPropertyKey_EncoderID' is only available on iOS 11.0 or newer [-Werror,-Wunguarded-availability-new]
kVTCompressionPropertyKey_EncoderID,
Change History (3)
comment:1 by , 2 years ago
| Cc: | added |
|---|
comment:2 by , 2 years ago
comment:3 by , 16 months ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



It's happening on macOS as well: https://trac.ffmpeg.org/ticket/10695