diff options
author | Torsten Jager <t.jager@gmx.de> | 2013-09-19 13:58:55 +0200 |
---|---|---|
committer | Torsten Jager <t.jager@gmx.de> | 2013-09-19 13:58:55 +0200 |
commit | c8d3d7ec5b8bc7b58cc9e90b3ed4a62ef565b81a (patch) | |
tree | d37fb28eff70bb72de58613ae9c35d4cdabbbd05 /src | |
parent | 88adea15db8b5bd937b018f7ddf19c03a02a94f4 (diff) | |
download | xine-lib-c8d3d7ec5b8bc7b58cc9e90b3ed4a62ef565b81a.tar.gz xine-lib-c8d3d7ec5b8bc7b58cc9e90b3ed4a62ef565b81a.tar.bz2 |
video_out_vdpau: dont work around already thread safe X11.
Still not sure whether this is the end of the story now.
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 |