spa: fix test-buffer

there is a new meta type since b39a2258
This commit is contained in:
Oschowa 2021-01-22 13:51:08 +01:00
parent c866d5c1f4
commit f767521baf

View file

@ -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);