diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_vdpau.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 4b4cc7d2e..19a8361b9 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -59,9 +59,9 @@ #define NUM_FRAMES_BACK 1 +#ifndef HAVE_THREAD_SAFE_X11 #define LOCKDISPLAY /*define this if you have a buggy libX11/xcb*/ -//#undef LOCKDISPLAY - +#endif #define DEINT_BOB 1 #define DEINT_HALF_TEMPORAL 2 |