summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-02 09:04:50 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-02 09:04:50 +0000
commit2c38fcd1e6d59ab4c87e1e6eada50cf769db66d4 (patch)
tree76a3a7d99931c338cd78c987bb18e07e0fac600c /ChangeLog
parent35bcb8d8b0bb62bd4e575b049437a0cd351028f9 (diff)
gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NAN is defined in math.h except on MSVC wh...
Original commit message from CVS: * gst/matroska/ebml-read.c: (_ext2dbl): Use NAN constant instead of 0.0/0.0 if possible. NAN is defined in math.h except on MSVC where it is defined in xmath.h. Fixes compilation with MSVC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2d026b..64cfe2b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/matroska/ebml-read.c: (_ext2dbl):
+ Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
+ in math.h except on MSVC where it is defined in xmath.h.
+ Fixes compilation with MSVC.
+
+2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
(gst_matroska_demux_handle_src_query),
(gst_matroska_demux_parse_info),