From eacfe25cf9d503fd8ca7ec16ca2918551cdd3d83 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 17 Apr 2009 11:39:59 +0100 Subject: [PATCH] gst_init: relocatability is unnecessary on Cygwin See #555978. --- gst/gst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gst.c b/gst/gst.c index 7d72a87..2448768 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -723,7 +723,7 @@ scan_and_update_registry (GstRegistry * default_registry, GST_DEBUG ("scanning main plugins %s", PLUGINDIR); changed |= gst_registry_scan_path (default_registry, PLUGINDIR); -#ifdef G_PLATFORM_WIN32 +#ifdef G_OS_WIN32 { char *base_dir; char *dir; -- 2.7.4