summaryrefslogtreecommitdiff
path: root/gst/gstconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstconfig.h.in')
-rw-r--r--gst/gstconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in
index 943b9171a..019222816 100644
--- a/gst/gstconfig.h.in
+++ b/gst/gstconfig.h.in
@@ -159,7 +159,7 @@
* and thus have to be exposed in installed headers. But please
* do *not* use them in other projects. Instead, use G_DEPRECATED
* or define your own wrappers around it. */
-#ifdef GST_DISABLE_DEPRECATED
+#ifndef GST_DISABLE_DEPRECATED
#define GST_DEPRECATED GST_EXPORT
#define GST_DEPRECATED_FOR(f) GST_EXPORT
#else