[FFmpeg-cvslog] vdpau: Do not #include vdpau_x11.h from the main vdpau header

Diego Biurrun git at videolan.org
Sat Apr 15 19:36:50 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at 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"
 



More information about the ffmpeg-cvslog mailing list