mfreerdp-server: removed manually setting sse2 optimizations in server
authorC-o-r-E <can.of.tuna@gmail.com>
Mon, 4 Mar 2013 19:12:12 +0000 (14:12 -0500)
committerC-o-r-E <can.of.tuna@gmail.com>
Mon, 4 Mar 2013 19:12:12 +0000 (14:12 -0500)
server/Mac/mf_input.c
server/Mac/mf_peer.c

index f2cec34..b247484 100644 (file)
@@ -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);
index e769878..6cda564 100644 (file)
@@ -180,7 +180,6 @@ void mf_peer_context_new(freerdp_peer* client, mfPeerContext* context)
        context->rfx_context->width = client->settings->DesktopWidth;\r
        context->rfx_context->height = client->settings->DesktopHeight;\r
        rfx_context_set_pixel_format(context->rfx_context, RDP_PIXEL_FORMAT_B8G8R8A8);\r
-       rfx_context_set_cpu_opt(context->rfx_context, CPU_SSE2);\r
        \r
        //context->nsc_context = nsc_context_new();\r
        //nsc_context_set_pixel_format(context->nsc_context, RDP_PIXEL_FORMAT_B8G8R8A8);\r