diff options
author | David Schleef <ds@schleef.org> | 2003-11-29 05:29:30 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-29 05:29:30 +0000 |
commit | 57fcf33e5e17e7bcab33491fe76818f51204b7ae (patch) | |
tree | df14caa8e6ab3cfe76e7a484d109f5aed3af641b /gst/gstconfig.h.in | |
parent | 526a065e85607f9e3bf1498baf8513ab4007029a (diff) |
Remove old autoplug code
Original commit message from CVS:
Remove old autoplug code
Diffstat (limited to 'gst/gstconfig.h.in')
-rw-r--r-- | gst/gstconfig.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in index 24c6e0a42..989843504 100644 --- a/gst/gstconfig.h.in +++ b/gst/gstconfig.h.in @@ -10,7 +10,6 @@ #define GST_DISABLE_LOADSAVE_REGISTRY 1 #define GST_DISABLE_GST_DEBUG 1 #define GST_DISABLE_LOADSAVE 1 -#define GST_DISABLE_AUTOPLUG 1 #define GST_DISABLE_PARSE 1 #define GST_DISABLE_TRACE 1 #define GST_DISABLE_ALLOC_TRACE 1 @@ -31,9 +30,6 @@ @GST_DISABLE_LOADSAVE_DEFINE@ /* DOES NOT WORK */ -@GST_DISABLE_AUTOPLUG_DEFINE@ - -/* DOES NOT WORK */ @GST_DISABLE_PARSE_DEFINE@ /* DOES NOT WORK */ |