msg_Err(this,"no OpenGL hardware acceleration found, video output will fail");
dialog_Fatal(this,_("Video output is not supported"),_("Your Mac lacks Quartz Extreme acceleration, which is required for video output."));
returnVLC_EGENERIC;
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");