check/abi: Ignore GstXML* on arm when not present

This commit is contained in:
Edward Hervey 2011-06-01 15:29:20 +02:00
parent cbac716f98
commit c5ae6eed10

View 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}
};