diff libaf/af_format.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents d88f5f82826e
children e173fde700da
line wrap: on
line diff
--- a/libaf/af_format.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libaf/af_format.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,8 +1,9 @@
 /* The sample format system used lin libaf is based on bitmasks. The
    format definition only refers to the storage format not the
    resolution. */
-#ifndef AF_FORMAT_H
-#define AF_FORMAT_H
+
+#ifndef MPLAYER_AF_FORMAT_H
+#define MPLAYER_AF_FORMAT_H
 
 #ifndef MPLAYER_CONFIG_H
 #error af_format.h needs config.h
@@ -93,4 +94,4 @@
 extern char* af_fmt2str(int format, char* str, int size);
 extern const char* af_fmt2str_short(int format);
 
-#endif /* AF_FORMAT_H */
+#endif /* MPLAYER_AF_FORMAT_H */