mfreerdp-server: removed manually setting sse2 optimizations in server
This commit is contained in:
parent
ef16cee209
commit
9a6d815a68
@ -287,8 +287,6 @@ static const CGKeyCode keymap[256] = {
|
|||||||
0xFF, //0xfe
|
0xFF, //0xfe
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void mf_input_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code)
|
void mf_input_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code)
|
||||||
{
|
{
|
||||||
CGEventSourceRef source = CGEventSourceCreate (kCGEventSourceStateHIDSystemState);
|
CGEventSourceRef source = CGEventSourceCreate (kCGEventSourceStateHIDSystemState);
|
||||||
|
@ -180,7 +180,6 @@ void mf_peer_context_new(freerdp_peer* client, mfPeerContext* context)
|
|||||||
context->rfx_context->width = client->settings->DesktopWidth;
|
context->rfx_context->width = client->settings->DesktopWidth;
|
||||||
context->rfx_context->height = client->settings->DesktopHeight;
|
context->rfx_context->height = client->settings->DesktopHeight;
|
||||||
rfx_context_set_pixel_format(context->rfx_context, RDP_PIXEL_FORMAT_B8G8R8A8);
|
rfx_context_set_pixel_format(context->rfx_context, RDP_PIXEL_FORMAT_B8G8R8A8);
|
||||||
rfx_context_set_cpu_opt(context->rfx_context, CPU_SSE2);
|
|
||||||
|
|
||||||
//context->nsc_context = nsc_context_new();
|
//context->nsc_context = nsc_context_new();
|
||||||
//nsc_context_set_pixel_format(context->nsc_context, RDP_PIXEL_FORMAT_B8G8R8A8);
|
//nsc_context_set_pixel_format(context->nsc_context, RDP_PIXEL_FORMAT_B8G8R8A8);
|
||||||
|
Loading…
Reference in New Issue
Block a user