[FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Nov 2 02:40:01 EET 2016


2016-11-01 0:27 GMT+01:00 Andreas Cadhalpun <andreas.cadhalpun at googlemail.com>:

> -#if HAVE_ALTIVEC
> +#if HAVE_ALTIVEC && !(ARCH_PPC64 && HAVE_BIGENDIAN)
>      if (!PPC_ALTIVEC(av_get_cpu_flags()))

Do the dnxhd tests work for you on 32bit BE powerpc?
(It fails here afaict)

Carl Eugen


More information about the ffmpeg-devel mailing list