summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-09 05:09:57 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-09 05:09:57 +0000
commit37c5b2940bd7c463466b95fca65218d892dd3882 (patch)
tree99c443ba748dcac44f4ecd97ac1e262995f4accc /ChangeLog
parent1e28a6937131f4b09be6464aefe3dbfbeef89086 (diff)
configure.ac: Correctly reset $LIBS to not contain -lm.
Original commit message from CVS: * configure.ac: Correctly reset $LIBS to not contain -lm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 348cc436..355e6860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
+ * configure.ac:
+ Correctly reset $LIBS to not contain -lm.
+
+2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
+
Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
* configure.ac:
@@ -7,7 +12,7 @@
(gst_cairo_time_overlay_print_smpte_time):
Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
and checking for rint() and implementing it ourself if it doesn't
- exist.
+ exist. Fixes #497293.
2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>