From ab0c93976de727ddf572ee27eb70a02e9f119abe Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 2 Dec 2009 23:55:55 -0800 Subject: [PATCH] Build fix for MSVC --- gst/videoscale/vs_4tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoscale/vs_4tap.c b/gst/videoscale/vs_4tap.c index c41419a5bc..ffe96aae82 100644 --- a/gst/videoscale/vs_4tap.c +++ b/gst/videoscale/vs_4tap.c @@ -44,7 +44,7 @@ #define M_PI 3.14159265358979323846 #endif -#ifdef WIN32 +#ifdef _MSC_VER #define rint(x) (floor((x)+0.5)) #endif