[FFmpeg-trac] #10690(ffmpeg:new): FFmpeg 6.1 - compile error - function is only available on iOS 11.0 or newer

FFmpeg trac at avcodec.org
Fri Nov 24 14:55:27 EET 2023


#10690: FFmpeg 6.1 - compile error - function is only available on iOS 11.0 or
newer
--------------------------------+-------------------------------------
             Reporter:  Pavel   |                     Type:  defect
               Status:  new     |                 Priority:  important
            Component:  ffmpeg  |                  Version:
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+-------------------------------------
 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,
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10690>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list