After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134384 - [build] GST_ARCH check for libmmx seems wrong
[build] GST_ARCH check for libmmx seems wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-14 15:26 UTC by Benjamin Otte (Company)
Modified: 2005-06-30 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2004-02-14 15:26:18 UTC
GST_ARCH includes a macro that checks for mmx.

I have mmx on my machine, but it doesn't find it.
Comment 1 David Schleef 2004-02-14 20:16:59 UTC
We should probably remove it, at least for gstreamer, since it's not
used.  gst-plugins might be different.
Comment 2 David Schleef 2004-02-14 20:42:23 UTC
gst-plugins only uses it for idct, which should use liboil instead.
Comment 3 Stephane Loeuillet 2004-12-12 22:16:53 UTC
hasn't idct code been removed just after the licence audit was done by Sun people ?

if yes, this is no more an issue
Comment 4 Stephane Loeuillet 2004-12-14 22:02:37 UTC
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