Output for custom tests.
This commit is contained in:
parent
733c008f9b
commit
8d7784a45f
14
configure.ac
14
configure.ac
@ -406,6 +406,7 @@ fi
|
|||||||
# FreeRDP: rdpBitmap
|
# FreeRDP: rdpBitmap
|
||||||
#
|
#
|
||||||
|
|
||||||
|
AC_MSG_CHECKING([whether rdpBitmap.Decompress() requires the codec_id])
|
||||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <winpr/wtypes.h>
|
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <winpr/wtypes.h>
|
||||||
#include <freerdp/freerdp.h>
|
#include <freerdp/freerdp.h>
|
||||||
void __decompress(rdpContext* context,
|
void __decompress(rdpContext* context,
|
||||||
@ -417,17 +418,22 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <winpr/wtypes.h>
|
|||||||
int length,
|
int length,
|
||||||
BOOL compressed,
|
BOOL compressed,
|
||||||
int codec_id);
|
int codec_id);
|
||||||
rdpBitmap b = { .Decompress = __decompress };]])],,
|
rdpBitmap b = { .Decompress = __decompress };]])],
|
||||||
[AC_DEFINE([LEGACY_RDPBITMAP])])
|
[AC_MSG_RESULT([yes])],
|
||||||
|
[AC_MSG_RESULT([no])
|
||||||
|
AC_DEFINE([LEGACY_RDPBITMAP])])
|
||||||
|
|
||||||
#
|
#
|
||||||
# FreeRDP: rdpPalette
|
# FreeRDP: rdpPalette
|
||||||
#
|
#
|
||||||
|
|
||||||
|
AC_MSG_CHECKING([whether rdpPalette.entries is static])
|
||||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <freerdp/update.h>
|
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <freerdp/update.h>
|
||||||
rdpPalette p;
|
rdpPalette p;
|
||||||
PALETTE_ENTRY* foo = p.entries;]])],,
|
PALETTE_ENTRY* foo = p.entries;]])],
|
||||||
[AC_DEFINE([LEGACY_RDPPALETTE])])
|
[AC_MSG_RESULT([yes])],
|
||||||
|
[AC_MSG_RESULT([no])
|
||||||
|
AC_DEFINE([LEGACY_RDPPALETTE])])
|
||||||
|
|
||||||
#
|
#
|
||||||
# FreeRDP: wMessage / RDP_EVENT
|
# FreeRDP: wMessage / RDP_EVENT
|
||||||
|
Loading…
Reference in New Issue
Block a user