GNOME Bugzilla – Bug 134384
[build] GST_ARCH check for libmmx seems wrong
Last modified: 2005-06-30 14:50:12 UTC
GST_ARCH includes a macro that checks for mmx. I have mmx on my machine, but it doesn't find it.
We should probably remove it, at least for gstreamer, since it's not used. gst-plugins might be different.
gst-plugins only uses it for idct, which should use liboil instead.
hasn't idct code been removed just after the licence audit was done by Sun people ? if yes, this is no more an issue
wasn't this fixed on 2004-12-14 by David Schleef ? gstreamer : 2004-12-13 David Schleef <ds@schleef.org> * configure.ac: remove all mmx stuff, because it's not used. * docs/random/ds/0.9-suggested-changes: additional notes * include/Makefile.am: we don't use these anymore * include/mmx.h: remove * include/sse.h: remove common : 2004-12-14 David Schleef <ds@schleef.org> * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and isn't needed anywhere