Skip to content
  • Sebastian Dröge's avatar
    gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NAN... · 2c38fcd1
    Sebastian Dröge authored
    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.
    2c38fcd1