[FFmpeg-devel] [PATCH]Fix hardware detection on aix

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Mar 13 17:47:20 CET 2014


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> +# machine
> +if test "$target_os_default" = aix; then
> +    arch_default=$(uname -p)
> +else
> +    arch_default=$(uname -m)
> +fi

Merged by Michael.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list