You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/libvncclient
Floris Bos 7b6243157f Fix libva related compile errors
- Make h264.c compile with recent libva version by including va_compat.h
- Only enable libva if libva-x11 is installed
- Modified configure help text
  Previous help text suggested libva was only build when --with-libva
  was specified, while actual behavior is to build it by default.

Warning: THIS CODE IS UNTESTED. Lacking a h.264 capable VNC server
Also no attempt is made to support platforms not using X11

Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
10 years ago
..
Makefile.am Add libvncclient/h264.c to dist tarball. 11 years ago
corre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 22 years ago
cursor.c libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient 18 years ago
h264.c Fix libva related compile errors 10 years ago
hextile.c signed vs unsigned warnings eliminated (gcc 4.0.1) 19 years ago
listen.c Use WIN32 for Windows-specific #ifdef guards 11 years ago
rfbproto.c Fix possible libvncclient ServerInit memory corruption. 11 years ago
rre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 22 years ago
sockets.c Fix potential memory corruption in libvncclient. 11 years ago
tight.c signed vs unsigned warnings eliminated (gcc 4.0.1) 19 years ago
tls.h Add anonymous TLS support in libvncclient 16 years ago
tls_gnutls.c LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c. 13 years ago
tls_none.c LibVNCClient: Fix build with no SSL/TLS library available. 13 years ago
tls_openssl.c Fix tv_usec calculation 11 years ago
ultra.c Fix regression in Ultra encoding introduced by commit fe1ca16e9b. 14 years ago
vncviewer.c `strings.h` and `resolv.h` are not available on MSVC, and some POSIX functions are renamed or deprecated 11 years ago
zlib.c signed vs unsigned warnings eliminated (gcc 4.0.1) 19 years ago
zrle.c Perform pointer arithmetic on char * instead of void * 11 years ago