Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-08 21:58:12 +0300
committerDiego Biurrun <diego@biurrun.de>2016-12-09 10:41:53 +0300
commit932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a (patch)
tree9168bde067b1db5b3280a7991e8a753331c3ea02 /libavcodec/vdpau.h
parent92e6b31c3b31be5d6fcad6bf0030bea86a1c8360 (diff)
vdpau: Do not #include vdpau_x11.h from the main vdpau header
That header should only be included in the special bits that use X11 code.
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r--libavcodec/vdpau.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index 967c72838f..acd63ccfaf 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -50,7 +50,6 @@
*/
#include <vdpau/vdpau.h>
-#include <vdpau/vdpau_x11.h>
#include "libavutil/attributes.h"