[x264-devel] [PATCH 1/2] vsx: Prepare to have different files for VSX and old Altivec

Henrik Gramner henrik at gramner.com
Tue Nov 1 18:05:13 CET 2016


On Mon, Oct 31, 2016 at 9:58 AM, Alexandra Hájková
<alexandra.khirnova at gmail.com> wrote:
> +            if [ "$vsx" != "no" ] || [ "$host_cpu" = "powerpc64le" -a "$vsx" != "no" ] ; then

The second half will never evaluate as true.

> +HAVE_VSX=$vsx

We probably don't want this to output "HAVE_VSX=auto" for non-PPC archs.


More information about the x264-devel mailing list