Port the old x264 code
This commit is contained in:
@@ -46,7 +46,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DKASMVNC -DNO_MODULE_EXTS \
|
||||
-I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} -I$(includedir)
|
||||
|
||||
Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \
|
||||
$(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11 -lwebp -lssl -lcrypto -lcrypt
|
||||
$(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11 -lwebp -lssl -lcrypto -lcrypt -lx264
|
||||
|
||||
Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -fopenmp
|
||||
|
||||
|
||||
@@ -256,6 +256,10 @@ Scaling method to use when in downscaled video mode. 0 = nearest, 1 = bilinear,
|
||||
Default \fB2\fP.
|
||||
.
|
||||
.TP
|
||||
.B \-x264Bitrate \fInum\fP
|
||||
Enable x264 encoding for full-screen video, in kbps. Default \fB0\fP (off).
|
||||
.
|
||||
.TP
|
||||
.B \-CompareFB \fImode\fP
|
||||
Perform pixel comparison on framebuffer to reduce unnecessary updates. Can
|
||||
be either \fB0\fP (off), \fB1\fP (always) or \fB2\fP (auto). Default is
|
||||
|
||||
Reference in New Issue
Block a user