summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2013-01-25 21:11:21 +0100
committerChristian Beier <dontmind@freeshell.org>2013-01-25 21:11:21 +0100
commit0de0fa498d58526bf3516dc23ddf9060baa47808 (patch)
tree2fff9eae9461b827cee689fbb2192b13ea54cab5 /rfb/rfbproto.h
parent38c181a2d565cb2ce8b845243300f9c5555b5991 (diff)
downloadlibtdevnc-0de0fa498d58526bf3516dc23ddf9060baa47808.tar.gz
libtdevnc-0de0fa498d58526bf3516dc23ddf9060baa47808.zip
Remove unneeded #ifdefs.
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index 43f41e8..fe46c3e 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -442,6 +442,8 @@ typedef struct {
#define rfbEncodingZRLE 16
#define rfbEncodingZYWRLE 17
+#define rfbEncodingH264 0x48323634
+
/* Cache & XOR-Zlib - rdv@2002 */
#define rfbEncodingCache 0xFFFF0000
#define rfbEncodingCacheEnable 0xFFFF0001
@@ -514,9 +516,6 @@ typedef struct {
#define rfbEncodingSupportedEncodings 0xFFFE0002
#define rfbEncodingServerIdentity 0xFFFE0003
-#ifdef LIBVNCSERVER_CONFIG_LIBVA
-#define rfbEncodingH264 0x48323634
-#endif
/*****************************************************************************
*