vlc | branch: master | Marvin Scholz <[email protected]> | Tue Mar 31 13:03:34 2020 +0200| [893e771b843b9d90861feffff85f4556622ae199] | committer: Marvin Scholz
hw/vdpau: Add missing define for header include guard Found by lgtm.com > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=893e771b843b9d90861feffff85f4556622ae199 --- modules/hw/vdpau/vlc_vdpau.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hw/vdpau/vlc_vdpau.h b/modules/hw/vdpau/vlc_vdpau.h index 708ef811a9..19ecefdaab 100644 --- a/modules/hw/vdpau/vlc_vdpau.h +++ b/modules/hw/vdpau/vlc_vdpau.h @@ -19,6 +19,8 @@ *****************************************************************************/ #ifndef VLC_VDPAU_H +#define VLC_VDPAU_H + # include <stdint.h> # include <vdpau/vdpau.h> #include <vlc_codec.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
