Commit Graph

12 Commits

Author SHA1 Message Date
Sebastian Ramacher
ad6c3b6ae4 Fix spelling of "instantiation"
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2016-01-30 18:41:36 +01:00
Vinson Lee
fa5081cc91 rdp: Fix build with FreeRDP 2.0.0.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-12-01 13:28:11 +01:00
Rémi Denis-Courmont
d7a88fe038 url: remove vlc_UrlParse() option parameter
That parameter assumed that the query was part of the path. However it
is not, which leads to invalid host name, and eventually failure when
the path is missing. In practice, passing any value other than '?' as
separator would not work properly.

Remaining vlc_UrlParse() call sites without the option separator do not
support query at the protocol level anyway, so they are unaffected by the
change.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2015-08-27 21:35:34 +03:00
Jean-Baptiste Kempf
88f858e9df Fix Authorship 2015-06-10 21:25:18 +02:00
Jean-Baptiste Kempf
0699fc7f17 Consistent strings to avoid duplications 2015-03-13 16:01:17 +01:00
Vinson Lee
5c07f87a77 rdp: Support FreeRDP-1.2.0-beta1-android9
Fix build errors.

  CC       access/librdp_plugin_la-rdp.lo
access/rdp.c: In function ‘Open’:
access/rdp.c:431:5: error: implicit declaration of function ‘freerdp_channels_global_init’ [-Werror=implicit-function-declaration]
     freerdp_channels_global_init();
     ^
access/rdp.c: In function ‘Close’:
access/rdp.c:507:5: error: implicit declaration of function ‘freerdp_channels_global_uninit’ [-Werror=implicit-function-declaration]
     freerdp_channels_global_uninit();
     ^

freerdp channels global functions were removed from FreeRDP repository
in commit 2a82684521dc8b23ae92e284e866227e5194a7bb.

commit 2a82684521dc8b23ae92e284e866227e5194a7bb
Author: Marc-André Moreau <marcandre.moreau@gmail.com>
Date:   Wed Jun 11 16:27:31 2014 -0400

    channels: cleanup unused freerdp channels global functions

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-02-20 15:01:41 +01:00
Paweł Stankowski
b2cdcba9bf Support for newest freerdp snapshot
Support for 24bpp was removed from freerdp repository in commit
02c1bf14ce1f3ad2199a349066548977916d9c06.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-11-19 14:03:34 +01:00
Rémi Denis-Courmont
299de9d959 rdp: drop bogus non-zero priority
This plugin does not access local files.
2014-09-22 21:17:09 +03:00
Jean-Baptiste Kempf
2b288c19b0 RDP: fix warning 2014-08-17 08:20:29 +02:00
Jean-Baptiste Kempf
14c90980a0 FreeRDP: support 1.1.0-beta2 API
Close #10832
2014-03-04 20:37:25 +01:00
Francois Cartegnie
f1a9cf1675 access: rdp: relicence.
Relicencing by author as it is still not altered.
2013-03-28 15:10:17 +01:00
Francois Cartegnie
e9074e229a access: add Remote Desktop viewer module 2013-03-26 12:11:22 +01:00