GNOME Bugzilla – Bug 120609
[PATCH] Hardcoded CFLAGS cause grief
Last modified: 2004-12-22 21:47:04 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 .
Created attachment 19474 [details] [review] Removes hardcoded -mcpu=i486 from plugins
All extra CFLAGS have been removed in HEAD.