From 9a6d815a6860d6e03ec03d90377629767498f2ac Mon Sep 17 00:00:00 2001 From: C-o-r-E Date: Mon, 4 Mar 2013 14:12:12 -0500 Subject: [PATCH] mfreerdp-server: removed manually setting sse2 optimizations in server --- server/Mac/mf_input.c | 2 -- server/Mac/mf_peer.c | 1 - 2 files changed, 3 deletions(-) diff --git a/server/Mac/mf_input.c b/server/Mac/mf_input.c index f2cec34a0..b24748464 100644 --- a/server/Mac/mf_input.c +++ b/server/Mac/mf_input.c @@ -287,8 +287,6 @@ static const CGKeyCode keymap[256] = { 0xFF, //0xfe }; - - void mf_input_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code) { CGEventSourceRef source = CGEventSourceCreate (kCGEventSourceStateHIDSystemState); diff --git a/server/Mac/mf_peer.c b/server/Mac/mf_peer.c index e76987874..6cda56452 100644 --- a/server/Mac/mf_peer.c +++ b/server/Mac/mf_peer.c @@ -180,7 +180,6 @@ void mf_peer_context_new(freerdp_peer* client, mfPeerContext* context) context->rfx_context->width = client->settings->DesktopWidth; context->rfx_context->height = client->settings->DesktopHeight; 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(); //nsc_context_set_pixel_format(context->nsc_context, RDP_PIXEL_FORMAT_B8G8R8A8);