From 968f54b5dbf9475649f2924960f90eb2760682c5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 26 Apr 2005 20:35:53 +0000 Subject: [PATCH] From Ruben, fix for PIV executation by disabling MMXEXT selection. --- src/osgPlugins/xine/video_out_rgb.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/osgPlugins/xine/video_out_rgb.c b/src/osgPlugins/xine/video_out_rgb.c index 2fa9501d2..fb392db63 100644 --- a/src/osgPlugins/xine/video_out_rgb.c +++ b/src/osgPlugins/xine/video_out_rgb.c @@ -2625,7 +2625,11 @@ open_plugin(video_driver_class_t* vo_class, const void *vo_visual) this->update_visual = rgbout_update_visual; - this->accel = xine_mm_accel(); + this->accel = xine_mm_accel(); + + // from Ruben, + // disable MMXEXT since its causing a crash at present under P4's. + this->accel &= ~MM_MMXEXT; { uint32_t i = (sizeof(convert_methods) /