tests/check/gst/struct_i386.h: ifdef out the XML structs
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 12 Dec 2005 11:40:11 +0000 (11:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 12 Dec 2005 11:40:11 +0000 (11:40 +0000)
Original commit message from CVS:

* tests/check/gst/struct_i386.h:
ifdef out the XML structs

ChangeLog
tests/check/gst/struct_i386.h

index a05c8c3..cef4754 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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):
          floor is not needed, F is always positive; this obviates the
          need for adding -lm when building without libxml
index 9c51ba1..245c66e 100644 (file)
@@ -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}
 };