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 120609 - [PATCH] Hardcoded CFLAGS cause grief
[PATCH] Hardcoded CFLAGS cause grief
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.2
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-24 17:03 UTC by Marinus Schraal
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes hardcoded -mcpu=i486 from plugins (2.48 KB, patch)
2003-08-24 17:04 UTC, Marinus Schraal
none Details | Review

Description Marinus Schraal 2003-08-24 17:03:27 UTC
Some plugins have hardcoded -mcpu=i486 in their x86 CFLAGS, this can cause
compilation problems in combination with other CFLAGS. I talked to someone
on #gstreamer about this a while ago (forgot who) and he said it was
probably ok to remove the hardcoded flags. Here's a patch to do that vs.
0.6.2 .

See for problem report http://bugs.gentoo.org/show_bug.cgi?id=22249 .
Comment 1 Marinus Schraal 2003-08-24 17:04:33 UTC
Created attachment 19474 [details] [review]
Removes hardcoded -mcpu=i486 from plugins
Comment 2 David Schleef 2003-09-18 19:27:13 UTC
All extra CFLAGS have been removed in HEAD.