[vlc-devel] [PATCH 09/28] modules/hw/mmal: fixed include-guards

Filip Roséen filip at atch.se
Sat Feb 20 23:20:14 CET 2016


  * renamed include-guard to fix issue with reserved identifier
---
 modules/hw/mmal/mmal_picture.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/hw/mmal/mmal_picture.h b/modules/hw/mmal/mmal_picture.h
index cbf8edb..768ad16 100644
--- a/modules/hw/mmal/mmal_picture.h
+++ b/modules/hw/mmal/mmal_picture.h
@@ -21,8 +21,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _MMAL_PICTURE_H
-#define _MMAL_PICTURE_H
+#ifndef HW__MMAL__MMAL_PICTURE_H_
+#define HW__MMAL__MMAL_PICTURE_H_
 
 #include <vlc_common.h>
 #include <interface/mmal/mmal.h>
-- 
2.7.1



More information about the vlc-devel mailing list