gst-libs/gst/floatcast/floatcast.h: Don't include config.h in an installed public...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 25 Sep 2007 11:54:09 +0000 (11:54 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 25 Sep 2007 11:54:09 +0000 (11:54 +0000)
commit3f7d77fc2948cba8bc0767f7b6cb63770af2a31e
tree861e605301510a180d50a74a6f024bb43d97f302
parent61988a4b0c59f13df658cf576a0217a15e0224f8
gst-libs/gst/floatcast/floatcast.h: Don't include config.h in an installed public header, this might break compilatio...

Original commit message from CVS:
* gst-libs/gst/floatcast/floatcast.h:
Don't include config.h in an installed public header, this
might break compilation of applications that don't have such
a header and doesn't necessarily do what it's supposed to do
anyway (ie. check for the lrint/lrintf defines) (#442065).
Add docs for the various macros and document how this header
has to be used (link against libm, etc.); add a few FIXMEs;
include math.h for non-c99 code path.  Based on patch by
Jan Schmidt.
ChangeLog
gst-libs/gst/floatcast/floatcast.h