diff libmpdemux/yuv4mpeg.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 9d0b189ce1b2
children 0c1db5fd3f79
line wrap: on
line diff
--- a/libmpdemux/yuv4mpeg.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpdemux/yuv4mpeg.h	Fri Feb 22 09:09:46 2008 +0000
@@ -24,8 +24,8 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef YUV4MPEG_H
-#define YUV4MPEG_H
+#ifndef MPLAYER_YUV4MPEG_H
+#define MPLAYER_YUV4MPEG_H
 
 #include <stdlib.h>
 //#include "mp_msg.h"
@@ -449,6 +449,6 @@
  ************************************************************************
  ************************************************************************/
 
-#endif /* YUV4MPEG_H */
+#endif /* MPLAYER_YUV4MPEG_H */