mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: disable ABI checks for architectures with outdated structure size files
This commit is contained in:
parent
664adc6e19
commit
cb99c16744
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
||||||
#ifdef HAVE_CPU_I386
|
#ifdef HAVE_CPU_I386
|
||||||
# ifdef __APPLE__
|
# ifdef __APPLE__
|
||||||
# include "struct_i386_osx.h"
|
# include "struct_i386_osx.h"
|
||||||
# define HAVE_ABI_SIZES TRUE
|
# define HAVE_ABI_SIZES FALSE
|
||||||
# else
|
# else
|
||||||
# include "struct_i386.h"
|
# include "struct_i386.h"
|
||||||
# define HAVE_ABI_SIZES TRUE
|
# define HAVE_ABI_SIZES TRUE
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
#else
|
#else
|
||||||
#ifdef HAVE_CPU_ARM
|
#ifdef HAVE_CPU_ARM
|
||||||
#include "struct_arm.h"
|
#include "struct_arm.h"
|
||||||
#define HAVE_ABI_SIZES TRUE
|
#define HAVE_ABI_SIZES FALSE
|
||||||
#else
|
#else
|
||||||
#ifdef __powerpc__
|
#ifdef __powerpc__
|
||||||
#include "struct_ppc32.h"
|
#include "struct_ppc32.h"
|
||||||
|
|
Loading…
Reference in a new issue