summaryrefslogtreecommitdiff
path: root/gst/subparse/samiparse.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-04-20 10:42:24 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-04-20 10:42:24 +0000
commit23a2a0e224d7cae02c9db3f0512d9722b1009ed6 (patch)
tree0fd2294f6440ae31acd963d098c5f22bd5242ff0 /gst/subparse/samiparse.c
parent38db14cb22aace013f415df19fe725e2527d0283 (diff)
gst/subparse/: Use GST_DISABLE_XML here
Original commit message from CVS: * gst/subparse/gstsubparse.c: * gst/subparse/samiparse.c: Use GST_DISABLE_XML here * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put), (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support), (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_navigation_send_event): * sys/xvimage/xvimagesink.h: Include stdlib.h when using atoi. * tests/check/elements/playbin.c: (playbin_suite): Use GST_DISABLE_REGISTRY here
Diffstat (limited to 'gst/subparse/samiparse.c')
-rw-r--r--gst/subparse/samiparse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/subparse/samiparse.c b/gst/subparse/samiparse.c
index 14857645..27024110 100644
--- a/gst/subparse/samiparse.c
+++ b/gst/subparse/samiparse.c
@@ -20,7 +20,7 @@
#include "samiparse.h"
/* FIXME: use Makefile stuff */
-#ifndef GST_DISABLE_LOADSAVE_REGISTRY
+#ifndef GST_DISABLE_XML
#include <libxml/HTMLparser.h>
#include <string.h>
@@ -435,7 +435,7 @@ parse_sami (ParserState * state, const gchar * line)
return NULL;
}
-#else /* GST_DISABLE_LOADSAVE_REGISTRY */
+#else /* GST_DISABLE_XML */
gchar *
parse_sami (ParserState * state, const gchar * line)
@@ -462,4 +462,4 @@ sami_context_reset (ParserState * state)
return;
}
-#endif /* GST_DISABLE_LOADSAVE_REGISTRY */
+#endif /* GST_DISABLE_XML */