From 72cf82552e738089d21a71288aeb4d6c634538a2 Mon Sep 17 00:00:00 2001
From: Thomas Vander Stichele <thomas@apestaart.org>
Date: Mon, 12 Dec 2005 11:40:11 +0000
Subject: [PATCH] tests/check/gst/struct_i386.h: ifdef out the XML structs

Original commit message from CVS:

* tests/check/gst/struct_i386.h:
ifdef out the XML structs
---
 ChangeLog                     | 5 +++++
 tests/check/gst/struct_i386.h | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index a05c8c38b8..cef47549c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-12  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* tests/check/gst/struct_i386.h:
+	  ifdef out the XML structs
+
 2005-12-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* gst/gstvalue.c: (gst_value_transform_double_fraction):
diff --git a/tests/check/gst/struct_i386.h b/tests/check/gst/struct_i386.h
index 9c51ba1e85..245c66efc7 100644
--- a/tests/check/gst/struct_i386.h
+++ b/tests/check/gst/struct_i386.h
@@ -67,7 +67,9 @@ Struct list[] = {
  {"GstTypeFindFactoryClass", sizeof(GstTypeFindFactoryClass), 152},
  {"GstURIHandlerInterface", sizeof(GstURIHandlerInterface), 44},
  {"GstValueTable", sizeof(GstValueTable), 32},
+#ifndef GST_DISABLE_LOADSAVE
  {"GstXML", sizeof(GstXML), 64},
  {"GstXMLClass", sizeof(GstXMLClass), 144},
+#endif
  {NULL, 0, 0}
 };