-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
175 changed files
with
105,269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
LOCAL_PATH:= $(call my-dir) | ||
include $(CLEAR_VARS) | ||
|
||
LOCAL_SRC_FILES:= \ | ||
fbvncserver.c \ | ||
LibVNCServer-0.9.7/libvncserver/main.c \ | ||
LibVNCServer-0.9.7/libvncserver/rfbserver.c \ | ||
LibVNCServer-0.9.7/libvncserver/rfbregion.c \ | ||
LibVNCServer-0.9.7/libvncserver/auth.c \ | ||
LibVNCServer-0.9.7/libvncserver/sockets.c \ | ||
LibVNCServer-0.9.7/libvncserver/stats.c \ | ||
LibVNCServer-0.9.7/libvncserver/corre.c \ | ||
LibVNCServer-0.9.7/libvncserver/hextile.c \ | ||
LibVNCServer-0.9.7/libvncserver/rre.c \ | ||
LibVNCServer-0.9.7/libvncserver/translate.c \ | ||
LibVNCServer-0.9.7/libvncserver/cutpaste.c \ | ||
LibVNCServer-0.9.7/libvncserver/httpd.c \ | ||
LibVNCServer-0.9.7/libvncserver/cursor.c \ | ||
LibVNCServer-0.9.7/libvncserver/font.c \ | ||
LibVNCServer-0.9.7/libvncserver/draw.c \ | ||
LibVNCServer-0.9.7/libvncserver/selbox.c \ | ||
LibVNCServer-0.9.7/libvncserver/d3des.c \ | ||
LibVNCServer-0.9.7/libvncserver/vncauth.c \ | ||
LibVNCServer-0.9.7/libvncserver/cargs.c \ | ||
LibVNCServer-0.9.7/libvncserver/minilzo.c \ | ||
LibVNCServer-0.9.7/libvncserver/ultra.c \ | ||
LibVNCServer-0.9.7/libvncserver/scale.c \ | ||
LibVNCServer-0.9.7/libvncserver/zlib.c \ | ||
LibVNCServer-0.9.7/libvncserver/zrle.c \ | ||
LibVNCServer-0.9.7/libvncserver/zrleoutstream.c \ | ||
LibVNCServer-0.9.7/libvncserver/zrlepalettehelper.c \ | ||
LibVNCServer-0.9.7/libvncserver/zywrletemplate.c \ | ||
LibVNCServer-0.9.7/libvncserver/tight.c | ||
|
||
LOCAL_C_INCLUDES := \ | ||
$(LOCAL_PATH) \ | ||
$(LOCAL_PATH)/LibVNCServer-0.9.7/libvncserver \ | ||
$(LOCAL_PATH)/LibVNCServer-0.9.7 \ | ||
include | ||
|
||
#LOCAL_SHARED_LIBRARIES := libz | ||
#LOCAL_STATIC_LIBRARIES := libjpeg | ||
|
||
LOCAL_LDLIBS := libjpeg.a -lz | ||
#LOCAL_STATIC_LIBRARIES := libjpeg.a | ||
|
||
LOCAL_MODULE:= androidvncserver | ||
|
||
include $(BUILD_EXECUTABLE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
APP_ABI:= x86 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
* LibVNCServer (C) 2001 Johannes E. Schindelin <[email protected]> | ||
is based on | ||
* Original OSXvnc (C) 2001 Dan McGuirk <[email protected]>, | ||
which in turn is based on | ||
* Original Xvnc (C) 1999 AT&T Laboratories Cambridge. | ||
|
||
Lots of improvements of this library are thanks to | ||
* TightVNC (C) 2000-2003 Const Kaplinsky | ||
|
||
The ZRLE compression scheme is from | ||
* RealVNC (James "Wez" Weatherall, who helped also with regions) | ||
|
||
The good folks from | ||
* KRFB (I think it was Tim Jansen) | ||
helped also a lot (some *big* bugs!). | ||
|
||
Karl Runge provides an x11vnc, which is a much, much improved version of my | ||
original proof-of-concept. It really deserves to replace the old version, | ||
as it is a state-of-the-art, fast and usable program by now! However, he | ||
maintains it and improves it still in amazing ways! | ||
|
||
The file transfer protocol from TightVNC was implemented by Rohit Kumar. | ||
This includes an implementation of RFB protocol version 3.7t. | ||
|
||
Occasional important patches were sent by (in order I found the names in my | ||
archives and please don't beat me, if I forgot you, but just send me an | ||
email!): Akira Hatakeyama, Karl J. Runge, Justin "Zippy" Dearing, | ||
Oliver Mihatsch, Greg Sternberg, Werner Hofer, Giampiero Giancipoli, | ||
Glenn Mabutt, Paul Kreiner, Erik Kunze, Mike Frysinger, Martin Waitz, | ||
Mark McLoughlin, Paul Fox, Juan Jose Costello, Andre Leiadella, | ||
Alberto Lusiani, Malvina Mazin, Dave Stuart, Rohit Kumar, Donald Dugger, | ||
Steven Carr, Uwe V�lker, Charles Coffing, Guillaume Rousse, | ||
Alessandro Praduroux, Brad Hards, Timo Ketola, Christian Ehrlicher, and | ||
Noriaki Yamazaki. | ||
|
||
Probably I forgot quite a few people sending a patch here and there, which | ||
really made a difference. Without those, some obscure bugs still would | ||
be unfound. | ||
|
||
A hearty unthanks goes to Michael and Erick, who provided me with nothing | ||
but hollow words. Finally I got that configure and install working, but | ||
it would have been so much better for them not just to complain, but also | ||
help. As you showed me real egoism, you are the main reasons I am not | ||
working one dot to make this library less than GPL, so that nobody ever | ||
can make profit of my and others work without giving something back to me | ||
and others. | ||
|
||
Speaking of hollow words, another hearty unthanks goes to Sam, who thought | ||
he could let me work for him, not paying me in any way. |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.