[vlc-devel] [PATCH 1/2] hw/vdpau: Add missing define for header include guard
Marvin Scholz
epirat07 at gmail.com
Thu Oct 3 17:10:36 CEST 2019
Found by lgtm.com
---
modules/hw/vdpau/vlc_vdpau.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/hw/vdpau/vlc_vdpau.h b/modules/hw/vdpau/vlc_vdpau.h
index d0e8bde787..7fe3a284f1 100644
--- a/modules/hw/vdpau/vlc_vdpau.h
+++ b/modules/hw/vdpau/vlc_vdpau.h
@@ -19,6 +19,7 @@
*****************************************************************************/
#ifndef VLC_VDPAU_H
+#define VLC_VDPAU_H
# include <stdint.h>
# include <vdpau/vdpau.h>
--
2.20.1 (Apple Git-117)
More information about the vlc-devel
mailing list