check/abi: Ignore GstXML* on arm when not present
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 1 Jun 2011 13:29:20 +0000 (15:29 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 1 Jun 2011 13:29:20 +0000 (15:29 +0200)
tests/check/gst/struct_arm.h

index 533674f..23ac70e 100644 (file)
@@ -67,7 +67,9 @@ GstCheckABIStruct list[] = {
   {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152},
   {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44},
   {"GstValueTable", sizeof (GstValueTable), 32},
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
   {"GstXML", sizeof (GstXML), 64},
   {"GstXMLClass", sizeof (GstXMLClass), 144},
+#endif
   {NULL, 0, 0}
 };