DirectX overlay

Hello

First: Sorry for my bad English, I am German.
I try to use SMPEG to display video files. I read that SMPEG uses
DirectX Overlay to play video files. But since SDL 1.2.7 DirectX overlay
has been deactivated by default. I use MFC to compile my program.
If i use SDL 1.2.7 / 1.2.8, i get a black screen by drawing a video. If
i use SDL 1.2.6, i get the video.
How can i enable DirectX Overlay?

Thank You
Best regards,
Mario

How can i enable DirectX Overlay?

Uncomment this line in SDL_dx5yuv.c:
//#define USE_DIRECTX_OVERLAY

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment