[build,ipp] drop support for IPP

Intel Performance Primitives do not have a test setup in FreeRDP and
most likely no longer compile.
This commit is contained in:
akallabeth
2024-04-03 09:29:33 +02:00
committed by akallabeth
parent ecfafe4ad0
commit 0a0df77c39
9 changed files with 1 additions and 463 deletions

View File

@@ -18,7 +18,6 @@
#cmakedefine WITH_GPROF
#cmakedefine WITH_SSE2
#cmakedefine WITH_NEON
#cmakedefine WITH_IPP
#cmakedefine WITH_CUPS
#cmakedefine WITH_JPEG
#cmakedefine WITH_WIN8

View File

@@ -70,12 +70,11 @@ enum
PRIM_FLAGS_HAVE_EXTGPU = (1U << 1), /* primitives are using the GPU */
};
/* Structures compatible with IPP */
typedef struct
{
UINT32 width;
UINT32 height;
} prim_size_t; /* like IppiSize */
} prim_size_t;
typedef enum
{