From c8d3d7ec5b8bc7b58cc9e90b3ed4a62ef565b81a Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Thu, 19 Sep 2013 13:58:55 +0200 Subject: video_out_vdpau: dont work around already thread safe X11. Still not sure whether this is the end of the story now. --- src/video_out/video_out_vdpau.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3