Commit 20f0f299 authored by Sam Lantinga's avatar Sam Lantinga

Don't use hardware overlay by default (seems much faster this way)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40812
parent 7158e313
...@@ -35,7 +35,7 @@ static char rcsid = ...@@ -35,7 +35,7 @@ static char rcsid =
#include "SDL_dx5yuv_c.h" #include "SDL_dx5yuv_c.h"
#include "SDL_yuvfuncs.h" #include "SDL_yuvfuncs.h"
#define USE_DIRECTX_OVERLAY //#define USE_DIRECTX_OVERLAY
/* The functions used to manipulate software video overlays */ /* The functions used to manipulate software video overlays */
static struct private_yuvhwfuncs dx5_yuvfuncs = { static struct private_yuvhwfuncs dx5_yuvfuncs = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment