| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clipboard support for SDLvncviewer | dscho | 2009-03-08 | 1 | -1/+7 |
| | | | | | | | The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The flag handling (both compiler options and include paths) are a mess at the moment. There is no point in forcing "-O2 -g" when these are already the defaults, and if someone changes the defaults, chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS once rather than every Makefile.am. Plus, this way we can control which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should it contain -I. as this is already in the default includes setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | Build shared libraries per default | dscho | 2007-03-30 | 1 | -1/+1 |
| | | | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries. | ||||
| * | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 |
| | | |||||
| * | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 1 | -1/+1 |
| | | | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel. | ||||
| * | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
| | | |||||
| * | support new ffmpeg version | dscho | 2005-09-27 | 1 | -1/+1 |
| | | |||||
| * | link to libmp3lame only if exists | dscho | 2005-06-06 | 1 | -1/+5 |
| | | |||||
| * | support MinGW32! | dscho | 2004-12-01 | 1 | -1/+1 |
| | | |||||
| * | my ffmpeg was compiled with mp3lame... | dscho | 2004-08-30 | 1 | -1/+1 |
| | | |||||
| * | fix compilation on IRIX | dscho | 2004-06-08 | 1 | -2/+3 |
| | | |||||
| * | add vnc2mpg, a program which makes a movie from a VNC desktop using FFMPEG | dscho | 2004-06-07 | 1 | -1/+12 |
| | | |||||
| * | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -0/+13 |
| automake CFLAGS nagging | |||||
