mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
c866d5c1f4
commit
f767521baf
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ static void test_abi(void)
|
|||
spa_assert(SPA_META_Bitmap == 4);
|
||||
spa_assert(SPA_META_Cursor == 5);
|
||||
spa_assert(SPA_META_Control == 6);
|
||||
spa_assert(SPA_META_LAST == 7);
|
||||
spa_assert(SPA_META_Busy == 7);
|
||||
spa_assert(SPA_META_LAST == 8);
|
||||
|
||||
#if defined(__x86_64__) && defined(__LP64__)
|
||||
spa_assert(sizeof(struct spa_meta) == 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue