From 932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 Dec 2016 19:58:12 +0100 Subject: 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. --- libavcodec/vdpau.h | 1 - 1 file changed, 1 deletion(-) 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 -#include #include "libavutil/attributes.h" -- cgit v1.2.3