[FFmpeg-trac] #1760(undetermined:new): Don't use VDA on Snow Leopard/ppc

FFmpeg trac at avcodec.org
Sat Sep 22 20:39:12 CEST 2012


#1760: Don't use VDA on Snow Leopard/ppc
-------------------------------------+-------------------------------------
               Reporter:  jeremyhu   |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:             |  undetermined
  unspecified                        |               Keywords:
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 In determining whether or not to use VDA, configure just checks for the
 header's existence:
 {{{
 # check for VDA header
 if ! disabled vda; then
     if check_header VideoDecodeAcceleration/VDADecoder.h; then
         enable vda
         add_extralibs -framework CoreFoundation -framework
 VideoDecodeAcceleration -framework QuartzCore
     fi
 fi
 }}}

 but VideoDecodeAcceleration is intel-only and will cause ppc slices to
 fail to build.

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


More information about the FFmpeg-trac mailing list