Module: libav Branch: master Commit: 932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Dec 8 19:58:12 2016 +0100 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 967c728..acd63cc 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" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
