Re: [PATCH] Fix compilation with FreeRdp 1.1 and master v2

2014-01-19 Thread Kristian Høgsberg
On Fri, Jan 10, 2014 at 11:33:06AM +0100, Hardening wrote: > The API to use remoteFx encoding has changed between master and stable 1.1 > branch. This patch should fix compilation for both. > This new version adds checks for the freerdp/version.h file > --- > configure.ac | 5 + > src

[PATCH] Fix compilation with FreeRdp 1.1 and master v2

2014-01-10 Thread Hardening
The API to use remoteFx encoding has changed between master and stable 1.1 branch. This patch should fix compilation for both. This new version adds checks for the freerdp/version.h file --- configure.ac | 5 + src/compositor-rdp.c | 12 2 files changed, 17 insertions(+)

Re: [PATCH] Fix compilation with FreeRdp 1.1 and master

2013-12-10 Thread Hardening
On 10/12/2013 09:25, Hardening wrote: On 10/12/2013 00:42, Kristian Høgsberg wrote: On Mon, Dec 09, 2013 at 10:16:39PM +0100, Hardening wrote: The API to use remoteFx encoding has changed between master and stable 1.1 branch. This patch fixes compilation for both. Please note that the freerdp/

Re: [PATCH] Fix compilation with FreeRdp 1.1 and master

2013-12-10 Thread Hardening
On 10/12/2013 00:42, Kristian Høgsberg wrote: On Mon, Dec 09, 2013 at 10:16:39PM +0100, Hardening wrote: The API to use remoteFx encoding has changed between master and stable 1.1 branch. This patch fixes compilation for both. Please note that the freerdp/version.h file is generated in the very

Re: [PATCH] Fix compilation with FreeRdp 1.1 and master

2013-12-09 Thread Kristian Høgsberg
On Mon, Dec 09, 2013 at 10:16:39PM +0100, Hardening wrote: > The API to use remoteFx encoding has changed between master and stable 1.1 > branch. This patch fixes compilation for both. > Please note that the freerdp/version.h file is generated in the very last > versions > of FreeRdp so be sure to

[PATCH] Fix compilation with FreeRdp 1.1 and master

2013-12-09 Thread Hardening
The API to use remoteFx encoding has changed between master and stable 1.1 branch. This patch fixes compilation for both. Please note that the freerdp/version.h file is generated in the very last versions of FreeRdp so be sure to update/install the last versions. --- src/compositor-rdp.c | 5