diff options
author | Christophe Thommeret <hftom@free.fr> | 2009-08-14 03:09:14 +0100 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2009-08-14 03:09:14 +0100 |
commit | 5f611996c86f98cb8fd46e67b7dd21e8f8b38038 (patch) | |
tree | 5b9814f60841168039ee5ee21c717d4be56ecf52 | |
parent | deaea99f0ec02fbb2392e702c6c6c2f5ba3e27c2 (diff) | |
download | xine-lib-5f611996c86f98cb8fd46e67b7dd21e8f8b38038.tar.gz xine-lib-5f611996c86f98cb8fd46e67b7dd21e8f8b38038.tar.bz2 |
Default to LOCKDISPLAY atm.
-rw-r--r-- | src/video_out/video_out_vdpau.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 11c22ff74..42ba9b982 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -53,7 +53,7 @@ #define NUM_FRAMES_BACK 1 -/*#define LOCKDISPLAY*/ /*define this if you have a buggy libX11/xcb*/ +#define LOCKDISPLAY /*define this if you have a buggy libX11/xcb*/ #define DEINT_BOB 1 |