[vlc-commits] MMAL: fixed include-guards

Filip Roséen git at videolan.org
Mon Feb 22 11:59:34 CET 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Mon Feb 22 01:12:50 2016 +0100| [db7a417bf9dd64b5dcef58cd2768ca5214d37bfd] | committer: Jean-Baptiste Kempf

MMAL: fixed include-guards

  * renamed include-guard to fix issue with reserved identifier

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db7a417bf9dd64b5dcef58cd2768ca5214d37bfd
---

 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..3539f2c 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 VLC_MMAL_MMAL_PICTURE_H_
+#define VLC_MMAL_MMAL_PICTURE_H_
 
 #include <vlc_common.h>
 #include <interface/mmal/mmal.h>



More information about the vlc-commits mailing list