From 2c38fcd1e6d59ab4c87e1e6eada50cf769db66d4 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 2 Jul 2008 09:04:50 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d2d026b..64cfe2b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-02 Sebastian Dröge + + * 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 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), -- cgit