#1760: Don't use VDA on Snow Leopard/ppc -------------------------------------+------------------------------------- Reporter: jeremyhu | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: vda | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+-------------------------------------
Comment (by jeremyhu): That would only be possible if you can do per-arch choices into config.h, but it doesn't look like your build system supports this: #ifdef __ppc__ #define CONFIG_H264_VDA_DECODER 0 #define CONFIG_H264_VDA_HWACCEL 0 #else #define CONFIG_H264_VDA_DECODER 1 #define CONFIG_H264_VDA_HWACCEL 1 #endif -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1760#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac