[FFmpeg-trac] #3570(avdevice:new): AVFoundation indev cannot enabled when configure ffmpeg compile in Mac OS Marverick

FFmpeg trac at avcodec.org
Thu Apr 17 00:28:16 CEST 2014


#3570: AVFoundation indev cannot enabled when configure ffmpeg compile in Mac OS
Marverick
----------------------------------+--------------------------------------
             Reporter:  xnohat    |                     Type:  defect
               Status:  new       |                 Priority:  important
            Component:  avdevice  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 '''Summary of the bug:
 '''
 AVFoundation indev cannot enabled when configure ffmpeg compile in Mac OS
 Marverick
 '''
 How to reproduce:'''

 Follow the guide at https://trac.ffmpeg.org/wiki/MacOSXCompilationGuide

 {{{
 ./configure  --prefix=/usr/local --enable-gpl --enable-nonfree --enable-
 libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame
 --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264
 --enable-libxvid --enable-indev=avfoundation
 }}}

 But after ./configure script run, it not enable avfoundation indev


 {{{
 Enabled bsfs:
 aac_adtstoasc           imx_dump_header         mp3_header_decompress
 chomp                   mjpeg2jpeg              noise
 dump_extradata          mjpega_dump_header      remove_extradata
 h264_mp4toannexb        mov2textsub             text2movsub

 Enabled indevs:
 lavfi

 Enabled outdevs:
 sdl
 }}}

 '''Problem from this line in ./configure:'''


 {{{
 # these are off by default, so fail if requested and not available
 enabled avfoundation_indev && { check_header_oc
 AVFoundation/AVFoundation.h || disable avfoundation_indev; }
 }}}


 It disabled permanently avfoundation_indev

 '''Patch suggest:
 '''
 {{{
 enabled avfoundation_indev
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3570>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list