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 667294 - build: Don't run largefile check if necessary defines are already set
build: Don't run largefile check if necessary defines are already set
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-04 19:59 UTC by Håvard Graff (hgr)
Modified: 2012-09-24 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.06 KB, patch)
2012-01-04 19:59 UTC, Håvard Graff (hgr)
reviewed Details | Review

Description Håvard Graff (hgr) 2012-01-04 19:59:22 UTC
Created attachment 204612 [details] [review]
patch

.
Comment 1 Tim-Philipp Müller 2012-01-05 01:05:07 UTC
What's the point of this? Speed-ups?

I think I tend to care more about unnecessary clutter and maintainability than configure performance, so leaning towards WONTFIXing this if there isn't more to it.
Comment 2 Akhil Laddha 2012-02-22 11:47:19 UTC
Håvard, ping, could you please respond to comment#1 ?
Comment 3 Idar Tollefsen 2012-05-15 13:39:23 UTC
It's not speedup, but possible conflicting defines set in CPPFLAGS (or others).

That said, I agree that it's a corner case and maintainability is indeed more important. Scratch it.
Comment 4 Tim-Philipp Müller 2012-09-24 09:50:22 UTC
Ok thanks. I think it should be fixed/handled elsewhere IMHO.