From 98b68da0a8e990aa2e5529ef5894c326962c05e0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 23 Feb 2004 22:31:48 +0000 Subject: versioning gstreamer schemas and install location Original commit message from CVS: versioning gstreamer schemas and install location --- gst-libs/gst/gconf/gconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gst-libs/gst/gconf/gconf.c') diff --git a/gst-libs/gst/gconf/gconf.c b/gst-libs/gst/gconf/gconf.c index 541a086b..49511f90 100644 --- a/gst-libs/gst/gconf/gconf.c +++ b/gst-libs/gst/gconf/gconf.c @@ -27,7 +27,9 @@ #include "gconf.h" -#define GST_GCONF_DIR "/system/gstreamer" +#ifndef GST_GCONF_DIR +#error "GST_GCONF_DIR is not defined !" +#endif static GConfClient *_gst_gconf_client = NULL; /* GConf connection */ -- cgit v1.2.1