diff options
author | Christian Beier <dontmind@freeshell.org> | 2013-01-25 21:11:21 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2013-01-25 21:11:21 +0100 |
commit | 0de0fa498d58526bf3516dc23ddf9060baa47808 (patch) | |
tree | 2fff9eae9461b827cee689fbb2192b13ea54cab5 | |
parent | 38c181a2d565cb2ce8b845243300f9c5555b5991 (diff) | |
download | libtdevnc-0de0fa498d58526bf3516dc23ddf9060baa47808.tar.gz libtdevnc-0de0fa498d58526bf3516dc23ddf9060baa47808.zip |
Remove unneeded #ifdefs.
-rw-r--r-- | rfb/rfbproto.h | 5 |
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 /***************************************************************************** * |