[gst-devel] Re: [Gstreamer-bugs] [Bug 93646] Changed - build fails on ppc if nasm is installed

Ronald Bultje rbultje at ronald.bitfreak.net
Sat Sep 21 01:25:02 CEST 2002


Hi thomas,

On Fri, 2002-09-20 at 22:03, bugzilla-daemon at widget.gnome.org wrote:
> +------- Additional Comments From thomas at urgent.rug.ac.be  2002-09-20 16:03 -------
> +we need to disable nasm on non-x86 hardware.
> +can someone tell me the best way to do this ?

arch=`uname -m`
if [ test x"$arch" = x"i?86"]; then
..
fi

Would that work? (You'd have to test for athlons too, maybe... Not sure)

Ronald





More information about the gstreamer-devel mailing list