mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
check/abi: Ignore GstXML* on arm when not present
This commit is contained in:
parent
cbac716f98
commit
c5ae6eed10
1 changed files with 2 additions and 0 deletions
|
@ -67,7 +67,9 @@ GstCheckABIStruct list[] = {
|
||||||
{"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152},
|
{"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152},
|
||||||
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44},
|
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44},
|
||||||
{"GstValueTable", sizeof (GstValueTable), 32},
|
{"GstValueTable", sizeof (GstValueTable), 32},
|
||||||
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof (GstXML), 64},
|
{"GstXML", sizeof (GstXML), 64},
|
||||||
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
||||||
|
#endif
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue