msg_Err(this,"no OpenGL hardware acceleration found. this can lead to slow output and unexpected results");
dialog_Fatal(this,_("OpenGL acceleration is not supported on your Mac"),_("Your Mac lacks Quartz Extreme acceleration, which is required for video output. It will still work, but much slower and with possibly unexpected results."));
msg_Err(this,"no OpenGL hardware acceleration found. this can lead to slow output and unexpected results");
dialog_Fatal(this,_("OpenGL acceleration is not supported on your Mac"),_("Your Mac lacks Quartz Extreme acceleration, which is required for video output. It will still work, but much slower and with possibly unexpected results."));
}
else
msg_Dbg(this,"Quartz Extreme acceleration is active");
msg_Dbg(this,"Quartz Extreme acceleration is active");
vd->sys=sys;
sys->pool=NULL;
...
...
@@ -137,10 +138,10 @@ static int Open(vlc_object_t *this)