gst/gstvalue.c: floor is not needed, F is always positive; this obviates the need...
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 12 Dec 2005 10:59:12 +0000 (10:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 12 Dec 2005 10:59:12 +0000 (10:59 +0000)
commitef7dedbfc8be578e83b1bffd927509bcf0ecfceb
tree4e569baecc83c62ce200ab8fce7dc135d59af010
parent96b8d069e5ab16e9612c7cfd3e769b795d9ee30c
gst/gstvalue.c: floor is not needed, F is always positive; this obviates the need for adding -lm when building withou...

Original commit message from CVS:

* gst/gstvalue.c: (gst_value_transform_double_fraction):
floor is not needed, F is always positive; this obviates the
need for adding -lm when building without libxml
ChangeLog
gst/gstvalue.c