wfreerdp-server: enabled SSE2

This commit is contained in:
Corey C 2013-01-30 19:55:37 -05:00
parent 0aeeb1cf9a
commit 70c5dd555a
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ void wf_update_encoder_reset(wfInfo* wfi)
wfi->rfx_context->width = wfi->servscreen_width;
wfi->rfx_context->height = wfi->servscreen_height;
rfx_context_set_pixel_format(wfi->rfx_context, RDP_PIXEL_FORMAT_B8G8R8A8);
rfx_context_set_cpu_opt(wfi->rfx_context, CPU_SSE2);
wfi->s = stream_new(0xFFFF);
}