GNOME Bugzilla – Bug 775293
schro: #include math.h before schroedinger headers
Last modified: 2016-11-29 09:52:44 UTC
The schroedinger headers unconditionally #define over C99's rint when compiling with msvc which messes up the later inclusion of math.h. Including math.h before schroedinger headers avoids getting syntax errors in math.h
Created attachment 340953 [details] [review] [PATCH gst-plugins-bad] schro: #include math.h before schroedinger headers
Thanks! commit 70ba84ee1215ca8fc1166f34663f8da8b0adbe7d Author: Scott D Phillips <scott.d.phillips@intel.com> Date: Mon Nov 28 16:02:03 2016 -0800 schro: #include math.h before schroedinger headers The schroedinger headers unconditionally #define over C99's rint when compiling with msvc which messes up the later inclusion of math.h. Including math.h before schroedinger headers avoids getting syntax errors in math.h https://bugzilla.gnome.org/show_bug.cgi?id=775293