From 1b23c388ad5b460d01720132d89236d575feebc8 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 2 Apr 2018 08:33:58 +0200 Subject: [PATCH] check: Remove old structures from ABI check Just in case someone still tries to run it on 32bit osx --- tests/check/libs/struct_i386_osx.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/check/libs/struct_i386_osx.h b/tests/check/libs/struct_i386_osx.h index e8cedf8ff5..83fcac9786 100644 --- a/tests/check/libs/struct_i386_osx.h +++ b/tests/check/libs/struct_i386_osx.h @@ -1,7 +1,5 @@ GstCheckABIStruct list[] = { - {"GstAppBufferClass", sizeof (GstAppBufferClass), 16}, - {"GstAppBuffer", sizeof (GstAppBuffer), 88}, {"GstAppSinkCallbacks", sizeof (GstAppSinkCallbacks), 28}, {"GstAppSinkClass", sizeof (GstAppSinkClass), 404}, {"GstAppSink", sizeof (GstAppSink), 404},