[FFmpeg-devel] [PATCH]Fix hardware detection on aix
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Mar 11 18:07:06 CET 2014
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > +# machine
> > +if test "$target_os_default" = aix; then
> > + arch_default=$(uname -p)
> > +else
> > + arch_default=$(uname -m)
> > +fi
> > +cpu="generic"
>
> what does unmae -p and uname -m return on AIX ?
$ uname -p
powerpc
$ uname -m
00F84C0C4C00
Afaik, this does not indicate "ppc" but "5 CPUs,
768 MB, 10GB" or something similar.
> also what does uname --help return ?
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/uname.htm
Carl Eugen
More information about the ffmpeg-devel
mailing list