ffmpeg | branch: master | Diego Biurrun <di...@biurrun.de> | Thu Dec 8 19:58:12 2016 +0100| [932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a] | committer: Diego Biurrun
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. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a --- 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 <vdpau/vdpau.h> -#include <vdpau/vdpau_x11.h> #include "libavutil/attributes.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog