mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
parent
9818582abe
commit
af8bb55762
1 changed files with 4 additions and 0 deletions
|
|
@ -27,7 +27,11 @@
|
|||
|
||||
static void test_abi(void)
|
||||
{
|
||||
#if defined(__x86_64__) && defined(__LP64__)
|
||||
spa_assert(sizeof(struct spa_json) == 32);
|
||||
#else
|
||||
fprintf(stderr, "%zd\n", sizeof(struct spa_json));
|
||||
#endif
|
||||
}
|
||||
|
||||
#define TYPE_OBJECT 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue