summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf/gconf.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-23 22:31:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-23 22:31:48 +0000
commit98b68da0a8e990aa2e5529ef5894c326962c05e0 (patch)
tree6e0bdf119e7e024c054fdfa16181a88f064039bf /gst-libs/gst/gconf/gconf.c
parent47c01dd0989e38939ee7aa7e19dfcbbefe93a228 (diff)
downloadgst-plugins-bad-98b68da0a8e990aa2e5529ef5894c326962c05e0.tar.gz
gst-plugins-bad-98b68da0a8e990aa2e5529ef5894c326962c05e0.tar.bz2
gst-plugins-bad-98b68da0a8e990aa2e5529ef5894c326962c05e0.zip
versioning gstreamer schemas and install location
Original commit message from CVS: versioning gstreamer schemas and install location
Diffstat (limited to 'gst-libs/gst/gconf/gconf.c')
-rw-r--r--gst-libs/gst/gconf/gconf.c4
1 files changed, 3 insertions, 1 deletions
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 */